andune / HomeSpawnPlus

Home/Spawn control plugin for Bukkit
GNU General Public License v3.0
13 stars 10 forks source link

Rewrite of StrategyConfigImpl #56

Closed SimSonic closed 9 years ago

SimSonic commented 9 years ago

I've intruduced internal class StrategySet as Set of strategies, WorldStrategies and PermissionStrategies are children for new internal StrategyMap. This allowed to shorten the code in load***Strategies().

Check and test it, please. I suppose all should be fine.

SimSonic commented 9 years ago

I have tested it for some time on my semi-production server, all seems to be ok.

andune commented 9 years ago

Thanks for testing. Loaded it up in my local environment and seems to be good. Thanks for the PR!