fixed railgun, fixed repairtools radar ping & improved rendering, waypoint bugfixes, inventory bugfixes, syncing wires between clients
This commit is contained in:
@@ -120,7 +120,7 @@ namespace Subsurface
|
||||
{
|
||||
if (!isRunning) return;
|
||||
|
||||
if (duration!=TimeSpan.Zero)
|
||||
if (duration != TimeSpan.Zero)
|
||||
{
|
||||
double elapsedTime = (DateTime.Now - startTime).TotalSeconds;
|
||||
timerBar.BarSize = (float)(elapsedTime / duration.TotalSeconds);
|
||||
|
||||
Reference in New Issue
Block a user