Add notes to fix recent bugs
This commit is contained in:
parent
fa75bc15ad
commit
c526c86813
@ -1,7 +1,6 @@
|
|||||||
package nautilus.game.arcade;
|
package nautilus.game.arcade;
|
||||||
|
|
||||||
import java.util.AbstractMap;
|
import org.bukkit.Material;
|
||||||
import java.util.Map.Entry;
|
|
||||||
|
|
||||||
import mineplex.core.common.MinecraftVersion;
|
import mineplex.core.common.MinecraftVersion;
|
||||||
import mineplex.core.common.Pair;
|
import mineplex.core.common.Pair;
|
||||||
|
@ -172,6 +172,15 @@ public class BawkBawkBattles extends TeamGame implements IThrown
|
|||||||
* - Pick a Side: Does not work with 3 players.
|
* - Pick a Side: Does not work with 3 players.
|
||||||
* - Apply TNT knockback on Deadly TNT challenge
|
* - Apply TNT knockback on Deadly TNT challenge
|
||||||
* - Stats menu does not open.
|
* - Stats menu does not open.
|
||||||
|
* - Map generation.
|
||||||
|
* - Minecarts two lives lost.
|
||||||
|
* - Line 536, null pointer.
|
||||||
|
* - Line 663, null pointer.
|
||||||
|
* - Fishing day, lives issue?
|
||||||
|
* - Rendering item exception in kangaroo jump http://i.imgur.com/CPYIogC.jpg
|
||||||
|
* - Glass/obsidian sometimes doesn't despawn in lava run.
|
||||||
|
* - Need more chickens.
|
||||||
|
* - Maze is impossible.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
@ -187,7 +196,7 @@ public class BawkBawkBattles extends TeamGame implements IThrown
|
|||||||
"Last player with lives wins!"
|
"Last player with lives wins!"
|
||||||
});
|
});
|
||||||
|
|
||||||
_settings.setMaxLives(2);
|
_settings.setMaxLives(5);
|
||||||
|
|
||||||
// Damage = false;
|
// Damage = false;
|
||||||
DamagePvP = false;
|
DamagePvP = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user