Adapted name of nofall action to better reflect what it does (deal

damage)
This commit is contained in:
Evenprime 2011-09-19 20:31:31 +02:00
parent 33bb52b46d
commit de4acaa8c7

View File

@ -86,7 +86,7 @@ public class DefaultConfiguration {
runflyNode.add(new IntegerOption("nofallmultiplier", 200));
ActionListOption nofallactions = new ActionListOption("nofallactions");
runflyNode.add(nofallactions);
nofallactions.add(0, "nofallLog nofallCancel");
nofallactions.add(0, "nofallLog nofallDamage");
runflyNode.add(new BooleanOption("allowlimitedflying", false, false));
@ -347,7 +347,7 @@ public class DefaultConfiguration {
w(w, "special blockplaceCancel 0 0");
w(w, "special interactCancel 0 0");
w(w, "special spamCancel 0 0");
w(w, "special nofallCancel 0 0");
w(w, "special nofallDamage 0 0");
w(w, "");
w(w, "# CONSOLECOMMAND Actions: They will execute a command as if it were typed into the console.");
w(w, "# - They start with the word 'consolecommand'");