Remove release command.

This commit is contained in:
Major-
2013-12-05 16:40:37 +00:00
parent f20e738f67
commit 030242351d
-6
View File
@@ -2,13 +2,7 @@ require 'java'
java_import 'org.apollo.game.model.Animation'
java_import 'org.apollo.game.model.World'
SERVER_RELEASE = World.world.release_number
on :command, :hello do |player, command|
player.play_animation Animation::WAVE
player.send_message("Hello, World!")
end
on :command, :release do |player, command|
player.send_message("This server is currently running the #{SERVER_RELEASE} release.")
end