fix: Removes timer error for world in initial state, and removes OPL requirement for spellbooks (#1197)

This commit is contained in:
Kamron Batman 2022-10-19 02:32:04 -07:00 committed by GitHub
parent 791128f238
commit ca3b173c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -33,7 +33,7 @@ public static class OutgoingContainerPackets
return;
}
if (ObjectPropertyList.Enabled && ns.NewSpellbook)
if (ns.NewSpellbook)
{
ns.SendNewSpellbookContent(book, graphic, offset, content);
}