mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-05 02:09:48 +01:00
Removed wrong check for Place Sign
This commit is contained in:
parent
414e80cf9b
commit
bf9122d593
@ -17,10 +17,6 @@ public class SIGNPlace extends DSign {
|
||||
|
||||
@Override
|
||||
public boolean check() {
|
||||
if (sign.getLine(1).equals("")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user