Lots of work on debugging diff xmit

This commit is contained in:
2021-11-21 13:35:39 -05:00
parent 0881e33c6f
commit b19825aaca
23 changed files with 338 additions and 99 deletions

View File

@@ -8,3 +8,7 @@ function login.action.becomeplayer(actor, place, dialog)
tangible.setclass(actor, player)
end
function setfoo(n)
tangible.nopredict()
tangible.actor().foo = n
end