mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Fix bug where mobs were still referred to as characters in plugins.
This commit is contained in:
@@ -27,7 +27,6 @@ on :command, :xp, RIGHTS_ADMIN do |player, command|
|
||||
return
|
||||
end
|
||||
|
||||
experience = args[1].to_i
|
||||
|
||||
experience = args[1].to_i
|
||||
player.skill_set.add_experience(skill, experience)
|
||||
end
|
||||
Reference in New Issue
Block a user