tools: Include process when defining game (builtin) class.
This commit is contained in:
parent
ca1f342f58
commit
250b95e690
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class SpellbookLoader(object):
|
|||
import __builtin__
|
||||
class game:
|
||||
name = 'uberDog'
|
||||
process = 'server'
|
||||
__builtin__.game = game
|
||||
__builtin__.simbase = base
|
||||
__builtin__.__dev__ = False
|
||||
|
|
Loading…
Reference in a new issue