Skip to content

Commit c1ed32c

Browse files
Revert "tweak: calendar sync warning"
This reverts commit 36b0926.
1 parent 5d170e5 commit c1ed32c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Code/server/GameServer.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
126120
static 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
}

0 commit comments

Comments
 (0)