File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,6 @@ constexpr char kMopoRecordsMissing[]{
117117 " to join! Please create a Data/ directory, and put a \" loadorder.txt\" file in there."
118118 " Check the wiki, which can be found on skyrim-together.com, for more details." };
119119
120- constexpr char kCalendarSyncWarning []{
121- " Calendar sync is enabled. We generally do not recommend that you use this feature."
122- " Calendar sync can cause the calendar to jump ahead or behind, which might mess up the timing of quests."
123- " If you disable this feature again (which is the default setting), the days will still progress, but the"
124- " exact date will differ slightly between clients (which has no impact on gameplay)." };
125-
126120static uint16_t GetUserTickRate ()
127121{
128122 return bPremiumTickrate ? 60 : 30 ;
@@ -205,9 +199,6 @@ void GameServer::Initialize()
205199 if (!CheckMoPo ())
206200 return ;
207201
208- if (bSyncPlayerCalendar)
209- spdlog::warn (kCalendarSyncWarning );
210-
211202 BindServerCommands ();
212203 m_pWorld->GetScriptService ().Initialize (*m_pResources);
213204}
You can’t perform that action at this time.
0 commit comments