Fixed ResetEverything for SP and some other fixes

This commit is contained in:
Pao
2023-01-23 01:44:35 +01:00
parent 5770b8a488
commit 5faa4ddb92
4 changed files with 70 additions and 16 deletions

View File

@@ -158,14 +158,13 @@ function TheOnlyCure.UpdateEveryOneMinute()
-- Updates toc data in a global way, basically player:transmitModData but it works
-- Sends only Limbs since the other stuff is mostly static
if toc_data ~= nil then
sendClientCommand(player, 'TOC', 'ChangePlayerState', { toc_data.Limbs } )
end
end
function TheOnlyCure.UpdateEveryTenMinutes()