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 34a5243b6..a1c1db6f9 100644 --- a/src/net/maphandler.h +++ b/src/net/maphandler.h @@ -36,6 +36,8 @@ class MapHandler notfinal virtual ~MapHandler() { } + + virtual void blockPlayCancel() const = 0; }; } // namespace Net |