mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
me dumb
This commit is contained in:
parent
1f58290393
commit
17a7406578
@ -216,10 +216,10 @@ public class ExtensionHandler {
|
|||||||
@Override
|
@Override
|
||||||
protected void packetToStringRequest(HPacket packet) {
|
protected void packetToStringRequest(HPacket packet) {
|
||||||
String s = "";
|
String s = "";
|
||||||
String expression = "s";
|
String expression = "";
|
||||||
try {
|
try {
|
||||||
s = packet.toString();
|
s = packet.toString();
|
||||||
if (packet.length() > 3000) {
|
if (packet.length() < 3000) {
|
||||||
expression = packet.toExpression();
|
expression = packet.toExpression();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user