Skip to content

Commit

Permalink
Update dServer.matches(String)
Browse files Browse the repository at this point in the history
Oops...
  • Loading branch information
Morphan1 committed Aug 10, 2015
1 parent 1555999 commit df82262
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public static dServer valueOf(String string, TagContext context) {
}

public static boolean matches(String arg) {
if (onlineServers.containsKey(arg.toLowerCase().replace("srv@", "")))
if (onlineServers.containsKey(arg.toLowerCase().replace("server@", "")))
return true;

return false;
Expand Down

0 comments on commit df82262

Please sign in to comment.