Skip to content

Commit 0789338

Browse files
committed
Fix for lightning system (v2).
1 parent f7fe982 commit 0789338

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.3.5</Version>
3+
<Version>3.3.6</Version>
44
<UsePackageReferences>false</UsePackageReferences>
55
<PackageLicenseFile>LICENSE</PackageLicenseFile>
66
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>

WCSharp.Lightnings/LightningSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace WCSharp.Lightnings
99
/// </summary>
1010
public static class LightningSystem
1111
{
12-
private static readonly TimerSetCollective<Lightning> timerSet = new(TimerSystem.DEFAULT_TICK_INTERVAL);
12+
private static readonly TimerSetCollectiveDisposable<Lightning> timerSet = new(TimerSystem.DEFAULT_TICK_INTERVAL);
1313
/// <summary>
1414
/// All active lightnings.
1515
/// </summary>

0 commit comments

Comments
 (0)