mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
games: mark servicebot as manipulatable for now
This commit is contained in:
parent
e4d42bf551
commit
a2a009cac4
@ -11,7 +11,7 @@ import utils
|
||||
from log import log
|
||||
import world
|
||||
|
||||
gameclient = utils.registerService("Games")
|
||||
gameclient = utils.registerService("Games", manipulatable=True)
|
||||
reply = gameclient.reply # TODO find a better syntax for ServiceBot.reply()
|
||||
|
||||
# commands
|
||||
|
Loading…
Reference in New Issue
Block a user