From 030242351d64849ff9ef8b48812a71e08a2b868d Mon Sep 17 00:00:00 2001 From: Major- Date: Thu, 5 Dec 2013 16:40:37 +0000 Subject: [PATCH] Remove release command. --- data/plugins/hello/hello.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/plugins/hello/hello.rb b/data/plugins/hello/hello.rb index d1c89716..c595ebff 100644 --- a/data/plugins/hello/hello.rb +++ b/data/plugins/hello/hello.rb @@ -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 \ No newline at end of file