mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-02-02 23:01:34 +01:00
Refactored some old code
This commit is contained in:
parent
15b5f79acf
commit
85068c68cd
@ -35,7 +35,7 @@ public class Entry {
|
||||
}
|
||||
|
||||
protected boolean hasWorld() {
|
||||
return !worldname.equals("n");
|
||||
return !"n".equals(worldname);
|
||||
}
|
||||
|
||||
protected Entry(OfflinePlayer op) {
|
||||
|
Loading…
Reference in New Issue
Block a user