diff options
Diffstat (limited to 'src/modules/modWall.c')
| -rw-r--r-- | src/modules/modWall.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/modWall.c b/src/modules/modWall.c index 2091c5e..4ef308f 100644 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -356,7 +356,11 @@ static int destroy() } mod_sym_t modwall_sym = { &init, +#ifndef PUBLIC_SERVER &draw, +#else + 0, +#endif &event, &isConflict, &cmdArena, |