]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/roulette.rb
Revert the Struct.new-related changes because they don't do what we want
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / roulette.rb
index 852484813e5f807180019f2a4e33f0a46d988482..e3bb25f6c46ad90b6582617d0114804208863fa9 100644 (file)
@@ -1,4 +1,4 @@
-RouletteHistory = Struct.new("RouletteHistory", :games, :shots, :deaths, :misses, :wins) unless defined?(RouletteHistory)
+RouletteHistory = Struct.new("RouletteHistory", :games, :shots, :deaths, :misses, :wins)
 
 class RoulettePlugin < Plugin
   def initialize