mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Merge branch 'master' of https://github.com/sirjonasxx/G-Earth
This commit is contained in:
commit
cd109c9b4b
@ -515,7 +515,7 @@ public class HPacket implements StringifyAble {
|
||||
appendInt((Integer)o);
|
||||
}
|
||||
else if (o instanceof String) {
|
||||
appendString((String)o);
|
||||
appendString((String)o, StandardCharsets.UTF_8);
|
||||
}
|
||||
else if (o instanceof Boolean) {
|
||||
appendBoolean((Boolean) o);
|
||||
@ -617,4 +617,4 @@ public class HPacket implements StringifyAble {
|
||||
System.out.println(packetverify.toString().equals(packet.toString()));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user