mirror of
https://github.com/taoneill/war.git
synced 2025-01-03 06:17:33 +01:00
Fix issue with certain translations
This commit is contained in:
parent
9135e5bf22
commit
57d29f464c
@ -776,7 +776,7 @@ public class ZoneLobby {
|
||||
org.bukkit.material.Sign data = (Sign) state.getData();
|
||||
data.setFacingDirection(direction);
|
||||
state.setData(data);
|
||||
for (int i = 0; i < 4; i++) {
|
||||
for (int i = 0; i < lines.length; i++) {
|
||||
state.setLine(i, lines[i]);
|
||||
}
|
||||
state.update(true);
|
||||
|
Loading…
Reference in New Issue
Block a user