We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f4fdea + ff449af commit f150411Copy full SHA for f150411
restart.sh
@@ -0,0 +1 @@
1
+#!/bin/bash
user/user_manager.py
@@ -230,8 +230,7 @@ def refresh_time(self) -> None:
230
self.logger.info("Refresh time ...")
231
232
for player in self.players:
233
- if self.is_admin(player.user_id):
234
- player.time = self.main.main_config.account_default_time
+ player.time = self.main.main_config.account_default_time
235
236
def load(self) -> None:
237
0 commit comments