another kb7 fix from shakesoda

This commit is contained in:
AJ Kelly
2010-06-27 21:10:33 -05:00
parent e402773eae
commit abb07c3d0f
+2 -1
View File
@@ -5,7 +5,8 @@ ret.RedirTable =
Key1 = "Key",
Key2 = "Key",
Key3 = "Key",
Key4 = GAMESTATE:IsSideJoined(PLAYER_1) and "Key" or "Space",
-- should work? doesn't though.
Key4 = GAMESTATE:IsSideJoined('PlayerNumber_P2') and "Space" or "Key",
Key5 = "Key",
Key6 = "Key",
Key7 = "Key",