Fix formatting throughout various plugins.

This commit is contained in:
Major-
2014-08-03 18:13:44 +01:00
parent 6349bc5892
commit 08cb196143
7 changed files with 38 additions and 242 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ end
# Gives the player one thousand of each rune.
on :command, :runes, RIGHTS_ADMIN do |player, command|
(554..566).each do |i|
player.inventory.add(i, 1000)
end
(554..566).each do |i|
player.inventory.add(i, 1000)
end
end