mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-27 00:15:23 +02:00
Let it compile again
This commit is contained in:
@@ -23,13 +23,10 @@ public class SignConfig implements StorageObject
|
||||
{
|
||||
this.signs = signs;
|
||||
}
|
||||
|
||||
@Comment(
|
||||
{
|
||||
"How many times per second can Essentials signs be interacted with.",
|
||||
"Values should be between 1-20, 20 being virtually no lag protection.",
|
||||
"Lower numbers will reduce the possiblity of lag, but may annoy players."
|
||||
})
|
||||
"How many times per second can Essentials signs be interacted with.\n"
|
||||
+ "Values should be between 1-20, 20 being virtually no lag protection.\n"
|
||||
+ "Lower numbers will reduce the possiblity of lag, but may annoy players.")
|
||||
private int signUsesPerSecond = 4;
|
||||
|
||||
public int getSignUsePerSecond()
|
||||
|
Reference in New Issue
Block a user