Rename noclip error
This commit is contained in:
parent
256b463411
commit
701c8c6e04
@ -161,7 +161,7 @@ namespace Components
|
|||||||
|
|
||||||
if (!entity->client)
|
if (!entity->client)
|
||||||
{
|
{
|
||||||
Logger::Print("Unable to find our client info!\n");
|
Logger::Print("Unable to find our client info, we're probably not the host!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -194,7 +194,7 @@ namespace Components
|
|||||||
|
|
||||||
if (!entity->client)
|
if (!entity->client)
|
||||||
{
|
{
|
||||||
Logger::Print("Unable to find our client info!\n");
|
Logger::Print("Unable to find our client info, we're probably not the host!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user