1
0
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:
snowleo
2013-04-06 04:20:05 +02:00
parent fd1c7f4fcc
commit 2754da89cb
3 changed files with 53 additions and 36 deletions

View File

@@ -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()