mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 12:31:15 +00:00
Added additional temporal debug message.
This commit is contained in:
parent
2f1846c658
commit
fb75b5eda6
1 changed files with 1 additions and 0 deletions
|
@ -1320,6 +1320,7 @@ static void G_LoadLocationsFile( void )
|
|||
free(serverInfo);
|
||||
|
||||
if (file_len == 0) {
|
||||
G_Logger(LL_ERROR, "filelen=%d", file_len);
|
||||
G_LogFuncEnd();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue