mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
[Client] Disable clientside scaling of objects
This commit is contained in:
parent
f3892d697b
commit
8d9fde810e
@ -84,7 +84,16 @@ namespace MWScript
|
||||
End of tes3mp addition
|
||||
*/
|
||||
|
||||
MWBase::Environment::get().getWorld()->scaleObject(ptr,scale);
|
||||
/*
|
||||
Start of tes3mp change (major)
|
||||
|
||||
Disable unilateral scaling on this client and expect the server's reply to our
|
||||
packet to do it instead
|
||||
*/
|
||||
//MWBase::Environment::get().getWorld()->scaleObject(ptr,scale);
|
||||
/*
|
||||
End of tes3mp change (major)
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user