Moves GLOB.movement_keys into SSinput and adds movement direction badminry (#34123)
* badmin flip dirs * moves movement_keys into SSinput from GLOB
This commit is contained in:
committed by
CitadelStationBot
parent
f2539f2b34
commit
e27346812f
@@ -56,7 +56,7 @@
|
||||
return
|
||||
|
||||
if(client.keys_held["Ctrl"])
|
||||
switch(GLOB.movement_keys[_key])
|
||||
switch(SSinput.movement_keys[_key])
|
||||
if(NORTH)
|
||||
northface()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user