diff --git a/data/plugins/cmd/teleport/teleport.rb b/data/plugins/cmd/teleport/teleport.rb index 2a807329..f93c54bd 100644 --- a/data/plugins/cmd/teleport/teleport.rb +++ b/data/plugins/cmd/teleport/teleport.rb @@ -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.