diff options
Diffstat (limited to 'src/modules/modPipe.c')
| -rwxr-xr-x | src/modules/modPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c index 2ca2f17..b535404 100755 --- a/src/modules/modPipe.c +++ b/src/modules/modPipe.c @@ -441,7 +441,7 @@ int isConflict(int x, int y, int w, int h) return isConflictWithObjectFromSpace(spacePipe, x, y, w, h); } -void cmd(char *line) +void cmdArena(char *line) { if( strncmp(line, "pipe", 4) == 0 )cmd_teleport(line); } |