dbltnk / combat-prototype

A combat prototype for "Das Tal".
Other
4 stars 1 forks source link

Mobs multiply after server reset ... sometimes #257

Closed dbltnk closed 11 years ago

dbltnk commented 11 years ago

image

dbltnk commented 11 years ago
    self:after(config.dummyRespawn, function() SpawnMobAt(self.x, self.y) end)

This is in onDieLocal ... but is there a problem with self:after()?