mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +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.
|
||||
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
|
||||
|
||||
# Teleports the player to the specified position.
|
||||
|
||||
Reference in New Issue
Block a user