]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/roulette.rb
echo must default to false
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / roulette.rb
index f979274046974c57cdca7c93af18e58b5c8dc74c..e3bb25f6c46ad90b6582617d0114804208863fa9 100644 (file)
@@ -1,4 +1,4 @@
-RouletteHistory = Struct.new("RouletteHistory", :games, :shots, :deaths, :misses, :wins) unless defined?(Struct::RouletteHistory)
+RouletteHistory = Struct.new("RouletteHistory", :games, :shots, :deaths, :misses, :wins)
 
 class RoulettePlugin < Plugin
   def initialize