mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 10:24:30 +07:00
Fixed log tag error
This commit is contained in:
parent
a1bca12d62
commit
dc1aff5b4a
@ -21,7 +21,7 @@ public enum Location {
|
||||
case 5: return UNK5;
|
||||
case 6: return SOCKET;
|
||||
default:
|
||||
Gdx.app.error("LowQuality", "Unknown location: " + i);
|
||||
Gdx.app.error("Location", "Unknown location: " + i);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user