Fixed Nation Chat
This commit is contained in:
parent
e24a7b663e
commit
a25a731e4d
4 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -469,6 +469,8 @@ public class PlayerListener implements Listener { // 2015.07.16.
|
|||
.get(p.getName().toLowerCase()).getTown()
|
||||
.getNation().getName().equals(nation.getName()))
|
||||
obj.getScore(p.getName()).setScore(index);
|
||||
else
|
||||
obj.getScore(p.getName()).setScore(-1);
|
||||
} catch (Exception e) {
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue