TomenetGame / tomenet

TomeNET is an online multiplayer roguelike role-playing game
https://www.tomenet.eu/
Other
70 stars 12 forks source link

Antistatic wrapping check #23

Closed EpicOrange closed 2 years ago

EpicOrange commented 2 years ago

https://github.com/TomenetGame/tomenet/blob/6ab6a848b719a8d3f1c38bb57575296194ed02f1/src/server/cmd6.c#L3617-L3618

This should be != SV_SI_MDEVP_WRAPPING, I think (to match the below)

https://github.com/TomenetGame/tomenet/blob/6ab6a848b719a8d3f1c38bb57575296194ed02f1/src/server/cmd6.c#L4506-L4507

CBlueGH commented 2 years ago

Thanks, fixed.