mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
fixed death/despawning kinda (need to figure out why hp wont tick down after respawning)
This commit is contained in:
parent
c5cc7c2f00
commit
4978813c27
16 changed files with 251 additions and 106 deletions
|
@ -61,7 +61,7 @@ function onEventStarted(player, actor, triggerName)
|
|||
|
||||
end
|
||||
|
||||
function onUpdate()
|
||||
function onUpdate(deltaTime, area)
|
||||
end
|
||||
|
||||
function onTalkEvent(player, npc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue