tools: Include process when defining game (builtin) class.

This commit is contained in:
Harvir 2014-08-06 04:08:25 +01:00
parent ca1f342f58
commit 250b95e690

View file

@ -43,6 +43,7 @@ class SpellbookLoader(object):
import __builtin__
class game:
name = 'uberDog'
process = 'server'
__builtin__.game = game
__builtin__.simbase = base
__builtin__.__dev__ = False