mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix intend issue
This commit is contained in:
parent
b708adfbd8
commit
613efcf63c
|
|
@ -106,8 +106,8 @@ try:
|
|||
# global serverPaused
|
||||
# serverPaused = False
|
||||
def drei():
|
||||
global serverStop
|
||||
serverStop = True
|
||||
global serverStop
|
||||
serverStop = True
|
||||
#
|
||||
# t1 = threading.Timer(1, eins)
|
||||
# t2 = threading.Timer(5, zwei)
|
||||
|
|
|
|||
Loading…
Reference in a new issue