Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ClientConnect
Method · 0.95
spectatorRespawn
Method · 0.80
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected