thomasleveil / b3-plugin-poweradminbf3

BigBrotherBot Poweradmin plugin for Battlefield 3
https://github.com/courgette/b3-plugin-poweradminbf3/wiki
4 stars 3 forks source link

configmanager won't load any config if map is rotated by admin #23

Open ozguruysal opened 12 years ago

ozguruysal commented 12 years ago

Since rotateMap won't trigger EVT_GAME_ROUND_END, configmanager doesn't try to load any config file. The same should be happening for changeMap. I guess the parser should send EVT_GAME_ROUND_END in rotateMap and changeMap methods.