mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Fix formatting throughout various plugins.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user