MCPcopy Create free account
hub / github.com/demoth/jake2 / passwdOK

Method passwdOK

game/src/main/java/jake2/game/PlayerClient.java:691–695  ·  view source on GitHub ↗
(String i1, String i2)

Source from the content-addressed store, hash-verified

689 }
690
691 static boolean passwdOK(String i1, String i2) {
692 if (i1.length() != 0 && !i1.equals("none") && !i1.equals(i2))
693 return false;
694 return true;
695 }
696
697
698 /**

Callers 2

ClientConnectMethod · 0.95
spectatorRespawnMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected