Test fix readJson in websocket
This commit is contained in:
parent
798702f677
commit
abb46f0915
2 changed files with 1 additions and 4 deletions
Binary file not shown.
|
@ -37,10 +37,7 @@ public class DynamicLogs implements Response{
|
||||||
PeerAtUser user = this.router.getUser(auth.get("token"));
|
PeerAtUser user = this.router.getUser(auth.get("token"));
|
||||||
|
|
||||||
Group group = this.repo.getPlayerGroup(user.getId(), 1);
|
Group group = this.repo.getPlayerGroup(user.getId(), 1);
|
||||||
if(!group.getName().equalsIgnoreCase("Quarter-Master - Battles PAC x CEI")){
|
if(!group.getName().equalsIgnoreCase("Quarter-Master - Battles PAC x CEI")) return;
|
||||||
context.response(423);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Key key = new Key();
|
Key key = new Key();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue