mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
[Client] Fix typo in 56f084c9c0ec3413a39dfeb174daab0035137136 by using correct function
This commit is contained in:
parent
6828d83a42
commit
219f0cb88e
@ -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…
x
Reference in New Issue
Block a user