
- Fixed forgetting to import "showActualGameMessage" - Changed filename "launchPrivateChat" to "showPrivateChat.js" - Fixed bug on buttons "private" and "game" Global - Reorganize folders
5 lines
63 B
Python
5 lines
63 B
Python
import time
|
|
|
|
while True:
|
|
print("Update")
|
|
time.sleep(20) |