summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index f230169fd..2b23b93b3 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -83,6 +83,8 @@ class PlayerHandler notfinal
const uint8_t type,
const int id,
const int level) const = 0;
+
+ virtual void removeOption() const = 0;
};
} // namespace Net