Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update CastleSiege.java
  • Loading branch information
jac18042 committed Mar 26, 2021
1 parent 2ff78dd commit c4cf216
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/com/cramer/castlesiege/CastleSiege.java
Expand Up @@ -165,7 +165,9 @@ public class CastleSiege extends JavaPlugin
{
totalMobs = 0;
totalVillagers = 12;
GiveGear();
if (startWave == 1) {
GiveGear();
}
Bukkit.broadcastMessage(ChatColor.RED + "[CastleSiege] The Siege has begun! Prepare yourselves...");
wave = startWave;
eTime = waveStartsMap.get(wave) - 1;
Expand Down

0 comments on commit c4cf216

Please sign in to comment.