diff options
Diffstat (limited to 'src/net/maphandler.h')
-rw-r--r-- | src/net/maphandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/maphandler.h b/src/net/maphandler.h index a1c1db6f9..f1cca2b4c 100644 --- a/src/net/maphandler.h +++ b/src/net/maphandler.h @@ -38,6 +38,8 @@ class MapHandler notfinal { } virtual void blockPlayCancel() const = 0; + + virtual void destroyInstance() const = 0; }; } // namespace Net |