cleaned up last commit

removed unnecessary dos2unix from make all
This commit is contained in:
2016-06-12 14:07:44 +02:00
parent 266896491c
commit f177f78fe7
6 changed files with 13 additions and 10 deletions

View File

@ -250,7 +250,7 @@ bool ZTeleClient(int client, bool force = false)
void ZTele_TeleportClient(int client)
{
// Teleport client.
if (ZTele_IsRandomPositionEnabled())
if (ZTele_IsRandomSpawnEnabled())
{
int select = Math_GetRandomInt(0, g_iZTeleSpawnPointsCount - 1);
TeleportEntity(client, g_vecZTeleSpawnPoints[select], NULL_VECTOR, view_as<float>({0.0, 0.0, 0.0}));