mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
fix patch
This commit is contained in:
parent
12bde5b771
commit
1fe9507a15
@ -196,9 +196,9 @@ namespace QSB.ShipSync.Patches
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void ShipHull_RepairTick(ShipHull __instance, float ____repairFraction)
|
public static void ShipHull_RepairTick(ShipHull __instance, float ____integrity)
|
||||||
{
|
{
|
||||||
QSBEventManager.FireEvent(EventNames.QSBHullRepairTick, __instance, ____repairFraction);
|
QSBEventManager.FireEvent(EventNames.QSBHullRepairTick, __instance, ____integrity);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user