mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
short
This commit is contained in:
parent
8f99661789
commit
fbef4ad4ab
@ -514,6 +514,9 @@ public class HPacket implements StringifyAble {
|
|||||||
else if (o instanceof Integer) {
|
else if (o instanceof Integer) {
|
||||||
appendInt((Integer)o);
|
appendInt((Integer)o);
|
||||||
}
|
}
|
||||||
|
else if (o instanceof Short) {
|
||||||
|
appendShort((Short)o);
|
||||||
|
}
|
||||||
else if (o instanceof String) {
|
else if (o instanceof String) {
|
||||||
appendString((String)o, StandardCharsets.UTF_8);
|
appendString((String)o, StandardCharsets.UTF_8);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user