forked from 2009Scape/Server
Fixed typo in "the poison has worn off" message
This commit is contained in:
parent
86a25dd76f
commit
232cae454a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class Poison : PersistTimer (30, "poison", flags = arrayOf(TimerFlag.ClearOnDeat
|
|||
)
|
||||
|
||||
if (severity == 0 && entity is Player)
|
||||
sendMessage(entity, "The poison has wore off.")
|
||||
sendMessage(entity, "The poison has worn off.")
|
||||
return severity > 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue