somehow managed to implement rotation cleanly
This commit is contained in:
@@ -21,11 +21,11 @@ def inform_controller_factory(who):
|
||||
|
||||
|
||||
def handle_request(r):
|
||||
global STATE
|
||||
module = r.module
|
||||
message = r.message
|
||||
_state_old = STATE
|
||||
permission = False
|
||||
global STATE
|
||||
|
||||
if module == 'walker':
|
||||
if message == 'move':
|
||||
|
||||
Reference in New Issue
Block a user