[Script] Better comments
This commit is contained in:
parent
446c55b0b0
commit
c73794f6ea
@ -414,7 +414,6 @@ namespace Components
|
|||||||
|
|
||||||
void Script::SetReplacedPos(const char* what, const char* with)
|
void Script::SetReplacedPos(const char* what, const char* with)
|
||||||
{
|
{
|
||||||
// Warn if the function was already detoured
|
|
||||||
if (Script::ReplacedFunctions.find(what) != Script::ReplacedFunctions.end())
|
if (Script::ReplacedFunctions.find(what) != Script::ReplacedFunctions.end())
|
||||||
{
|
{
|
||||||
Logger::Print("Warning: a function was already detoured by a script\n");
|
Logger::Print("Warning: a function was already detoured by a script\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user