Removes literal variables (#257)
This commit is contained in:
parent
580da8a0cc
commit
4d6e584b6c
359 changed files with 1306 additions and 1306 deletions
|
|
@ -204,11 +204,11 @@ namespace Server.Items
|
|||
{
|
||||
if (Addon != null && from.InRange(GetWorldLocation(), 3))
|
||||
{
|
||||
Addon.OnChop(@from);
|
||||
Addon.OnChop(from);
|
||||
}
|
||||
else
|
||||
{
|
||||
@from.SendLocalizedMessage(500446); // That is too far away.
|
||||
from.SendLocalizedMessage(500446); // That is too far away.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue