mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
updated exception
This commit is contained in:
parent
17299bf160
commit
f45844ef65
@ -42,7 +42,7 @@ public class ServerMessage {
|
||||
try {
|
||||
this.stream.writeInt(0);
|
||||
this.stream.writeShort(id);
|
||||
} catch (Exception e) {
|
||||
} catch (IOException e) {
|
||||
throw new ServerMessageException(e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user