mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Starting to convert RSS to new system
This commit is contained in:
parent
fc89923fa8
commit
c0417def6d
3 changed files with 99 additions and 8 deletions
|
|
@ -50,7 +50,7 @@ class GameTime(Script):
|
|||
Setup the script
|
||||
"""
|
||||
self.key = GAMETIME_SCRIPT_NAME
|
||||
self.desc = "Keeps track of the game time"
|
||||
self.desc = "Saves uptime/runtime"
|
||||
self.interval = 60
|
||||
self.persistent = True
|
||||
self.start_delay = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue