[Command] Fix indentation

This commit is contained in:
momo5502 2016-11-24 08:29:21 +01:00
parent 04c696a9d5
commit f4d2ab6e1c

View File

@ -227,11 +227,11 @@ namespace Components
pos[1] = strtof(params[2], NULL);
pos[2] = strtof(params[3], NULL);
if(params.length() == 6)
{
orientation[0] = strtof(params[4], NULL);
orientation[1] = strtof(params[5], NULL);
}
if(params.length() == 6)
{
orientation[0] = strtof(params[4], NULL);
orientation[1] = strtof(params[5], NULL);
}
Game::TeleportPlayer(&Game::g_entities[clientNum], pos, orientation);