Skip to content

Commit

Permalink
Tweaked global messages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Apr 25, 2020
1 parent 71a80f5 commit d354dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Util/Util.gml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define globalMessages
global.notInGameMessage = "You can only use this command when in-game!";
global.invalidArgCountMessage = "Invalid number of arguments!";
global.invalidArg = "Invalid argument!";
global.notInGameMessage = "You can only use this command while in-game!";
// global.invalidArgCountMessage = "Invalid number of arguments!";
// global.invalidArg = "Invalid argument!";

#define InGame
return room != rmMainMenu;
Expand Down

0 comments on commit d354dc4

Please sign in to comment.