#W# Fixed serialization but with PlayerConstructed.

This commit is contained in:
WarrentyExpired 2026-07-14 10:36:59 -04:00
parent 1d5ccf99dc
commit f698d96dbb
4 changed files with 7 additions and 4 deletions

View file

@ -53,7 +53,7 @@ namespace Server.Misc
public static double SaveInterval()
{
// How many minutes does your server save its information?
return 30.0;
return 5.0;
}
public static bool CastSpellsHoldingThings()