1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

[Client] Fix typo in 56f084c9c0 by using correct function

This commit is contained in:
David Cernat 2019-09-23 07:55:16 +03:00
parent 6828d83a42
commit 219f0cb88e

View file

@ -325,7 +325,7 @@ namespace MWScript
Avoid setting a global to a value it already is, preventing packet spam
*/
if (getGlobalFloat(name) == value) return;
if (getGlobalShort(name) == value) return;
/*
End of tes3mp addition
*/