fixes (?)

This commit is contained in:
NewGarbo 2015-12-23 18:55:44 +00:00
parent 369687b5dd
commit aa50c4762f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class ClansBanRepository extends RepositoryBase
public ClansBanRepository(JavaPlugin plugin, ClansBanManager manager, String webServerAddress)
{
super(plugin, DBPool.ACCOUNT);
super(plugin, DBPool.getAccount());
_manager = manager;
}

View File

@ -465,7 +465,7 @@ public class Christmas extends SoloGame
{
SantaSay("Well done! You've saved Christmas!", ChristmasAudio.END_WIN2);
for (Player player : GetPlayers(false))
for (final Player player : GetPlayers(false))
{
if (Manager.IsRewardItems())
{