mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-25 00:02:03 +01:00
Finish fix
This commit is contained in:
parent
a71348c3c8
commit
937ab7cee7
@ -2545,7 +2545,7 @@ public class TexturePack {
|
||||
try {
|
||||
textid = map.faces[faceindex];
|
||||
} catch (ArrayIndexOutOfBoundsException aioob) {
|
||||
textid = -1
|
||||
textid = -1;
|
||||
}
|
||||
if (ctm != null) {
|
||||
int mod = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user