mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-06 14:01:37 -04:00
No longer needed changes toAFinishline with the changes mega made.
This commit is contained in:
@@ -21,10 +21,6 @@ extern f32 gKartGravityTable[];
|
||||
AFinishline::AFinishline(std::optional<FVector> pos) {
|
||||
Name = "Finishline";
|
||||
|
||||
if (GetCup() == GetBattleCup()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (pos.has_value()) {
|
||||
// Set spawn point to the provided position
|
||||
Pos[0] = D_8015F8D0[0] = pos.value().x;
|
||||
|
||||
Reference in New Issue
Block a user