stylistic fixes

This commit is contained in:
2025-04-07 18:12:53 -04:00
parent 103981762f
commit 91e8508848
5 changed files with 16 additions and 21 deletions

View File

@ -50,8 +50,7 @@ namespace LibTSforge.Activators
ulong time1 = (ulong)(creationTime + tickCount + deltaTime);
ulong crcBindTime = (ulong)DateTime.UtcNow.ToFileTime();
ulong timerTime = crcBindTime / 10000;
ulong expiry = Constants.TimerMax;
expiry /= 10000;
ulong expiry = Constants.TimerMax / 10000;
VariableBag avmaBinding = new VariableBag(version);