mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'patch-36' into 'dev'
updated exception See merge request morningstar/Arcturus-Community!218
This commit is contained in:
commit
1866e343ca
@ -42,7 +42,7 @@ public class ServerMessage {
|
|||||||
try {
|
try {
|
||||||
this.stream.writeInt(0);
|
this.stream.writeInt(0);
|
||||||
this.stream.writeShort(id);
|
this.stream.writeShort(id);
|
||||||
} catch (Exception e) {
|
} catch (IOException e) {
|
||||||
throw new ServerMessageException(e);
|
throw new ServerMessageException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user