1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Make DiscordService final

This commit is contained in:
Ted John
2017-11-11 23:56:24 +00:00
parent a4a779d357
commit 4722f0fe94

View File

@@ -21,7 +21,7 @@
#include "../common.h"
#include <limits>
class DiscordService
class DiscordService final
{
private:
uint32 _ticksSinceLastRefresh = std::numeric_limits<uint32>::max();