Merge branch 'refs/heads/main' into feature/event-tent

This commit is contained in:
wish
2025-04-01 20:39:19 +11:00
31 changed files with 280 additions and 181 deletions

View File

@@ -238,8 +238,10 @@ func loadQuestFile(s *Session, questId int) []byte {
}
questBody.WriteBytes(newStrings.Data())
s.server.questCacheLock.Lock()
s.server.questCacheData[questId] = questBody.Data()
s.server.questCacheTime[questId] = time.Now()
s.server.questCacheLock.Unlock()
return questBody.Data()
}