Fix bug where mobs were still referred to as characters in plugins.

This commit is contained in:
Major-
2013-11-25 02:01:08 +00:00
parent a66a901dd4
commit 53a552118f
7 changed files with 63 additions and 28 deletions
+1 -2
View File
@@ -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