mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
b24775f472
* Add cheat detection for spoofed packets * Add config option for ip loggin * remove packet saving
9 lines
192 B
CMake
9 lines
192 B
CMake
set(DGAME_DUTILITIES_SOURCES "BrickDatabase.cpp"
|
|
"CheatDetection.cpp"
|
|
"GUID.cpp"
|
|
"Loot.cpp"
|
|
"Mail.cpp"
|
|
"Preconditions.cpp"
|
|
"SlashCommandHandler.cpp"
|
|
"VanityUtilities.cpp" PARENT_SCOPE)
|