mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-27 17:57:53 -04:00
Changed how logging is called
This commit is contained in:
@@ -60,7 +60,7 @@ class MapCallback implements TerrainMapCallback {
|
||||
@Override
|
||||
public void onMoveFailure(SWGObject obj) {
|
||||
failedMove.incrementAndGet();
|
||||
Log.e(this, "Move failed!");
|
||||
Log.e("Move failed!");
|
||||
}
|
||||
|
||||
public void set(int withinRange, int outOfRange, int successful, int failed) {
|
||||
|
||||
Reference in New Issue
Block a user