Rename noclip error

This commit is contained in:
momo5502 2016-08-18 12:09:36 +02:00
parent 256b463411
commit 701c8c6e04

View File

@ -161,7 +161,7 @@ namespace Components
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;
}
@ -194,7 +194,7 @@ namespace Components
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;
}