mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 07:18:42 +00:00
more const and views
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
/**
|
||||
* Sends the leaderboard to the client specified by targetID.
|
||||
*/
|
||||
void Send(LWOOBJID targetID);
|
||||
void Send(const LWOOBJID targetID) const;
|
||||
|
||||
// Helper functions to get the columns, ordering and insert format for a leaderboard
|
||||
static const std::string_view GetColumns(Type leaderboardType);
|
||||
|
Reference in New Issue
Block a user