forked from oerkki/voxelands
use the correct function stupid
This commit is contained in:
parent
a8778a7022
commit
8df27552c4
|
@ -1260,7 +1260,7 @@ void ServerEnvironment::step(float dtime)
|
||||||
boom
|
boom
|
||||||
*/
|
*/
|
||||||
if (n.getContent() == CONTENT_FLASH) {
|
if (n.getContent() == CONTENT_FLASH) {
|
||||||
removeNode(p);
|
m_map->removeNodeWithEvent(p);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
boom
|
boom
|
||||||
|
|
Loading…
Reference in New Issue