mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
Removing a debug in scripts.
This commit is contained in:
parent
5b70a38a2e
commit
4bb3f7c8c0
1 changed files with 0 additions and 1 deletions
|
|
@ -409,7 +409,6 @@ class DefaultScript(ScriptBase):
|
|||
self.repeats = repeats
|
||||
if start_delay is not None:
|
||||
self.start_delay = start_delay
|
||||
print "starting script again:", self.interval, self.repeats, self.start_delay
|
||||
self.start()
|
||||
|
||||
def reset_callcount(self, value=0):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue