mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-10 19:08:14 +07:00
Spelling error
This commit is contained in:
parent
1116e14fc7
commit
88e173de60
@ -41,7 +41,7 @@ import com.riiablo.save.CharData;
|
|||||||
import com.riiablo.util.ArrayUtils;
|
import com.riiablo.util.ArrayUtils;
|
||||||
|
|
||||||
@All
|
@All
|
||||||
public class ClientNetworkSyncronizer extends IntervalSystem {
|
public class ClientNetworkSynchronizer extends IntervalSystem {
|
||||||
private static final String TAG = "ClientNetworkSyncronizer";
|
private static final String TAG = "ClientNetworkSyncronizer";
|
||||||
private static final boolean DEBUG = true;
|
private static final boolean DEBUG = true;
|
||||||
private static final boolean DEBUG_PACKET = DEBUG && !true;
|
private static final boolean DEBUG_PACKET = DEBUG && !true;
|
||||||
@ -61,7 +61,7 @@ public class ClientNetworkSyncronizer extends IntervalSystem {
|
|||||||
boolean init = false;
|
boolean init = false;
|
||||||
@Wire(name="client.socket") Socket socket;
|
@Wire(name="client.socket") Socket socket;
|
||||||
|
|
||||||
public ClientNetworkSyncronizer() {
|
public ClientNetworkSynchronizer() {
|
||||||
super(null, 1 / 60f);
|
super(null, 1 / 60f);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user