Skip to content

Commit

Permalink
Remove the P1SubmitText condition
Browse files Browse the repository at this point in the history
  • Loading branch information
teejusb committed May 11, 2021
1 parent 5deacbb commit 92d7f44
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -258,7 +258,6 @@ end
af[#af+1] = LoadFont("Common Normal").. {
Name="P1SubmitText",
Text="",
Condition=GAMESTATE:IsSideJoined(PLAYER_1),
InitCommand=function(self)
self:xy(_screen.w * 0.25, _screen.h - 15)
self:diffuse(textColor)
Expand Down

0 comments on commit 92d7f44

Please sign in to comment.