fix(core): Fixes region base type (#635)
Fixes `Region` being loaded instead of `BaseRegion` as the default region type.
This commit is contained in:
parent
803b4a33cb
commit
cc5a8dc4fa
5 changed files with 211 additions and 190 deletions
|
|
@ -179,8 +179,6 @@ namespace Server
|
|||
|
||||
public static List<Region> Regions { get; } = new();
|
||||
|
||||
public static Type DefaultRegionType { get; set; } = typeof(Region);
|
||||
|
||||
public static TimeSpan StaffLogoutDelay { get; set; } = TimeSpan.Zero;
|
||||
|
||||
public static TimeSpan DefaultLogoutDelay { get; set; } = TimeSpan.FromMinutes(5.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue