mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 08:40:08 +00:00
Fix ::pos command.
This commit is contained in:
@@ -4,7 +4,7 @@ java_import 'org.apollo.game.model.Position'
|
|||||||
|
|
||||||
# Sends the player's position.
|
# Sends the player's position.
|
||||||
on :command, :pos, RIGHTS_MOD do |player, command|
|
on :command, :pos, RIGHTS_MOD do |player, command|
|
||||||
player.send_message('You are at: #{player.position}.')
|
player.send_message("You are at: #{player.position}.")
|
||||||
end
|
end
|
||||||
|
|
||||||
# Teleports the player to the specified position.
|
# Teleports the player to the specified position.
|
||||||
|
|||||||
Reference in New Issue
Block a user