Przeglądaj źródła

https://github.com/openNAMU/openNAMU/issues/2059

잉여개발기 (SPDV) 2 lat temu
rodzic
commit
02a49ee104
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      route/tool/func.py
  2. 1 1
      version.json

+ 1 - 1
route/tool/func.py

@@ -2485,7 +2485,7 @@ def ban_insert(name, end, why, login, blocker, type_d = None, release = 0):
                 'release',
                 now_time,
                 blocker,
-                '',
+                why,
                 band
             ])
         else:

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.5.0-dev2",
+        "r_ver" : "v3.5.0-dev3",
         "c_ver" : "3500374",
         "s_ver" : "3500113"
     }