Skip to content

Commit

Permalink
修复一个转发引起的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frodosens committed Aug 13, 2014
1 parent 6a2b26e commit 699921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gamelib/game_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ChildNode < TCPClient
attr_reader :pack_result_callback # serial => proc
attr_reader :pack_result_callback_data # serial => data
def initialize(*args)
super(*args)
super(*args)
@pack_result_callback = {}
@pack_result_callback_data = {}
end
Expand Down

0 comments on commit 699921d

Please sign in to comment.