Skip to content

Commit

Permalink
Make global flags work
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jul 18, 2013
1 parent 998d226 commit 2e3ae62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public Flag getNPCFlag(int npcid, String flagName) {
*
*/
public Flag getGlobalFlag(String flagName) {
return new Flag("Global.Flags." + flagName.toUpperCase(), flagName, null);
return new Flag("Global.Flags." + flagName.toUpperCase(), flagName, "SERVER");
}

/**
Expand Down

0 comments on commit 2e3ae62

Please sign in to comment.