mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-23 07:48:08 +00:00
Merge main into property-entrance-rewrite
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Preconditions.h"
|
||||
|
||||
#include "Game.h"
|
||||
#include "dLogger.h"
|
||||
#include "Logger.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
@@ -28,7 +28,7 @@ Precondition::Precondition(const uint32_t condition) {
|
||||
this->count = 1;
|
||||
this->values = { 0 };
|
||||
|
||||
Game::logger->Log("Precondition", "Failed to find precondition of id (%i)!", condition);
|
||||
LOG("Failed to find precondition of id (%i)!", condition);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user