mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-08 08:08:05 +01:00
Fix automatic setting of item lines (Fixes #308)
This commit is contained in:
parent
3bf54529db
commit
8e6bc01d97
@ -52,7 +52,7 @@ public class SignCreate implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
for (byte i = 0; i < preEvent.getSignLines().length && i < 3; ++i) {
|
||||
for (byte i = 0; i < preEvent.getSignLines().length && i < 4; ++i) {
|
||||
event.setLine(i, preEvent.getSignLine(i));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user