Misc fixes

This commit is contained in:
hondacrx
2021-01-19 13:52:34 -05:00
parent 2d2392d6bb
commit f38fdfc781
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace Framework.Constants
public const uint infinityCooldownDelayCheck = Time.Month / 2;
public const int MaxPlayerSummonDelay = 2 * Time.Minute;
public const int TaxiMaskSize = 336;
public const int TaxiMaskSize = 337;
// corpse reclaim times
public const int DeathExpireStep = (5 * Time.Minute);