Skip to content

Commit

Permalink
remove useless dmat code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 6, 2019
1 parent cf9177b commit b492396
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -717,10 +717,6 @@ public static dMaterial quickOfNamed(String string) {
* @return true if matched, otherwise false
*/
public static boolean matches(String arg) {
arg = arg.toUpperCase();
if (arg.startsWith("m@")) {
return true;
}
if (valueOf(arg, noDebugContext) != null) {
return true;
}
Expand Down

0 comments on commit b492396

Please sign in to comment.