fixes (?)
This commit is contained in:
parent
369687b5dd
commit
aa50c4762f
@ -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;
|
||||
}
|
||||
|
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user