Corrected comment TypeType
This commit is contained in:
parent
7056992d0d
commit
9f59b9a093
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user