mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Fixed a very important formatting issue
This commit is contained in:
parent
ddbb96565c
commit
e6ce3ed49f
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ public abstract class PlayerRequest extends Request {
|
||||||
|
|
||||||
if(player == null) {
|
if(player == null) {
|
||||||
connection.kick("No player instance found.");
|
connection.kick("No player instance found.");
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
process(player);
|
process(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue