mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-25 15:41:21 +02:00
Fix spelling mistakes
This commit is contained in:
2
EssentialsSigns/src/net/ess3/signs/SignConfig.java
Normal file → Executable file
2
EssentialsSigns/src/net/ess3/signs/SignConfig.java
Normal file → Executable file
@@ -26,7 +26,7 @@ public class SignConfig implements StorageObject
|
||||
@Comment(
|
||||
"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.")
|
||||
+ "Lower numbers will reduce the possibility of lag, but may annoy players.")
|
||||
private int signUsesPerSecond = 4;
|
||||
|
||||
public int getSignUsePerSecond()
|
||||
|
Reference in New Issue
Block a user