Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
19 stars 9 forks source link

Eureka Fix #24

Closed minesettimi closed 2 years ago

minesettimi commented 2 years ago

A number was incorrect on the eureka fix that allowed for the engineer to still teleport to home with the command.

minesettimi commented 2 years ago

fixed number mixup now fully tested and working

minesettimi commented 2 years ago

was fixed in the 2nd commit

Batfoxkid commented 2 years ago

was fixed in the 2nd commit

if(StringToInt(buffer) == 1) still exists even with if (StringToInt(buffer) == 0) being used before.

minesettimi commented 2 years ago

should be good now

minesettimi commented 2 years ago

adjusted the code to only check the type of teleport once