Browse Source

version needs to be in main file - doh

Paul Klumpp 11 years ago
parent
commit
0871d28b70
2 changed files with 5 additions and 3 deletions
  1. 5 0
      em_server.rb
  2. 0 3
      em_server_accounts.rb

+ 5 - 0
em_server.rb

@@ -10,6 +10,11 @@ require 'timeout'
 require './em_server_accounts.rb'
 require './em_server_initqwserverlist.rb'
 
+
+$version = "0.6em_specservers_dupe_election"
+$debug = 0
+
+
 class GameServers
 
   attr_accessor :gameservers # now, @gameservers is accessible via GameServers.gameservers

+ 0 - 3
em_server_accounts.rb

@@ -2,9 +2,6 @@
 # .. allowed commands .. ROLES = CAPABILITIES
 # normal users have ROLE broadcast. Roles are defined on a per-user basis .. in a config.
 
-$version = "0.6em_specservers_dupe_election"
-$debug = 0
-
 $role_commands = Hash[
     #noinspection RubyStringKeysInHashInspection
     'everyone' => %w(PING WHO C PART),