summaryrefslogtreecommitdiffstats
path: root/src/server/events/Ping.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Ping.hpp')
-rw-r--r--src/server/events/Ping.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/events/Ping.hpp b/src/server/events/Ping.hpp
index 5017fd12..4a2a13dc 100644
--- a/src/server/events/Ping.hpp
+++ b/src/server/events/Ping.hpp
@@ -43,7 +43,7 @@ public:
: Event(engine, client, id, timestamp)
{}
- void post_process() { respond_ok(); }
+ void post_process() { respond(SUCCESS); }
};
} // namespace Server