GamakCZ / EggWars

EggWars minigame for PocketMine
https://poggit.pmmp.io/ci/GamakCZ/EggWars/EggWars
Apache License 2.0
34 stars 16 forks source link

Bug fixes #42

Closed q1an1x closed 6 years ago

q1an1x commented 6 years ago

strcasecmp() returns < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal.