Mineplex2018-withcommit/Plugins/Mineplex.Minecraft.Game.ClassCombat/src/mineplex/minecraft/game/classcombat
Nate Mortensen e803df6884 Fix Blink ability with Spectators
When using blink, players are teleported away from other players
within a one block radius of them.  However, if a player happens
to have the exact same position(only can occur when a player is
spectating them), division by 0 occurs, resulting in the player
being teleported to NaN, as any operation with NaN is also NaN.

To fix this, Blink now ignores players in Spectator mode.  This
change could also address the hypothetical scenario where a
spectator is within the one block radius and results in a blinking
player getting teleported in a weird direction.
2017-01-11 15:07:48 -06:00
..
Class Clean up DonationManager 2016-12-14 19:52:13 -07:00
Condition fixed silence not working in non-champs servers 2015-11-21 11:08:09 +11:00
event Fix temp blocks in unloaded claims not restoring, fix ClassCombatCreatureSpawnEvent having a null world name, fix block toss fallingblocks solidifying in unloaded chunks, make safelog in clans disable when server shuts down, and make UtilBlock recognize 1.8 fence gates as usable blocks 2016-11-16 22:37:25 -05:00
item Serious tweaks to gameplay and begin documentation 2016-07-25 10:59:03 -04:00
shop Clean up DonationManager 2016-12-14 19:52:13 -07:00
Skill Fix Blink ability with Spectators 2017-01-11 15:07:48 -06:00