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:
parent
6828d83a42
commit
219f0cb88e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue