use the correct function stupid

This commit is contained in:
darkrose 2013-11-10 13:34:48 +10:00
parent a8778a7022
commit 8df27552c4
1 changed files with 1 additions and 1 deletions

View File

@ -1260,7 +1260,7 @@ void ServerEnvironment::step(float dtime)
boom
*/
if (n.getContent() == CONTENT_FLASH) {
removeNode(p);
m_map->removeNodeWithEvent(p);
}
/*
boom