diff options
Diffstat (limited to 'modules/modTeleport.c')
| -rwxr-xr-x | modules/modTeleport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modTeleport.c b/modules/modTeleport.c index 9cc5755..a6b4a1d 100755 --- a/modules/modTeleport.c +++ b/modules/modTeleport.c @@ -495,7 +495,7 @@ void cmd(char *line) int destroy() { - destroySpace(spaceTeleport, destroyTeleport); + destroySpaceWithObject(spaceTeleport, destroyTeleport); destroyList(listTeleport); return 0; } |