1
0

Corrected comment TypeType

This commit is contained in:
Tiger Wang 2013-08-29 14:00:39 +01:00
parent 7056992d0d
commit 9f59b9a093

View File

@ -55,7 +55,7 @@ void cMinecart::SpawnOn(cClientHandle & a_ClientHandle)
return;
}
}
a_ClientHandle.SendSpawnVehicle(*this, 10, SubType); // 10 = Minecarts, TypeType = What type of Minecart
a_ClientHandle.SendSpawnVehicle(*this, 10, SubType); // 10 = Minecarts, SubType = What type of Minecart
}