Cleaning MP handlers

This commit is contained in:
Pao
2023-02-10 01:30:33 +01:00
parent 65ca3d285e
commit dad01605d0
15 changed files with 320 additions and 241 deletions

View File

@@ -249,6 +249,7 @@ local function TocUpdateEveryOneMinute()
-- Sends only Limbs since the other stuff is mostly static
if toc_data ~= nil then
-- FIXME Send little packets instead of the whole thing?
-- TODO we shouldn't run this if we're in SP I guess?
sendClientCommand(player, 'TOC', 'ChangePlayerState', { toc_data.Limbs } )
end