Explorar el Código

有一个空格

cyzhao hace 8 meses
padre
commit
0450d87b0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gameserver/App/process/UserProc.php

+ 1 - 1
Gameserver/App/process/UserProc.php

@@ -494,7 +494,7 @@ class UserProc {
         $curDay = TimeUtil::totalDays(); 
         $nextDay = TimeUtil::totalDays(ctx()->privateState->nextDayLogin);
         if($curDay - $nextDay>= 2){            
-            ActiveProc::ResetLimitTsBuy();     
+            ActiveProc::ResetLimitTsBuy();        
             
         }
     }