[General] Get rid of unnecessary submodules

This commit is contained in:
momo5502
2017-01-06 15:27:35 +01:00
parent a6314ab418
commit c9d160c72a
59 changed files with 263 additions and 247 deletions

View File

@ -537,7 +537,7 @@ namespace Game
{
if (client->state < 5)
{
Components::Network::Send(client->addr, fmt::sprintf("error\n%s", reason.data()));
Components::Network::Send(client->addr, Utils::String::VA("error\n%s", reason.data()));
}
SV_KickClient(client, reason.data());