Skip to content

Commit 20e197b

Browse files
committed
Better multiplayer assert hit warning
1 parent 597b82e commit 20e197b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CvGameCoreDLL_Expansion2/CvGameCoreUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ bool CvAssertDlg(const char* expr, const char* szFile, unsigned int uiLine, bool
160160
{
161161
char szBuffer[4096];
162162
_snprintf_s(szBuffer, _countof(szBuffer), _TRUNCATE,
163-
"Assert hit. "
163+
"A code error has occurred, please report it on github. "
164164
"%s%s%s"
165165
"Expression: %s, "
166166
"File: %s, "

0 commit comments

Comments
 (0)