mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Make DiscordService final
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "../common.h"
|
||||
#include <limits>
|
||||
|
||||
class DiscordService
|
||||
class DiscordService final
|
||||
{
|
||||
private:
|
||||
uint32 _ticksSinceLastRefresh = std::numeric_limits<uint32>::max();
|
||||
|
||||
Reference in New Issue
Block a user