summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
-rw-r--r--src/net/tmwa/serverfeatures.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index 4c57c7d1e..47afbac08 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -224,4 +224,9 @@ bool ServerFeatures::haveExpPacket() const
return false;
}
+bool ServerFeatures::haveMute() const
+{
+ return false;
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h
index f30cdbd20..cc7709bd7 100644
--- a/src/net/tmwa/serverfeatures.h
+++ b/src/net/tmwa/serverfeatures.h
@@ -109,6 +109,8 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveServerWarpNames() const override final;
bool haveExpPacket() const override final;
+
+ bool haveMute() const override final;
};
} // namespace TmwAthena