forked from speed-dreams/speed-dreams-code
unitmain.cpp: Remove confusing error message
Now that the game ships without any driver by default, it is very likely that simplix.xml does not exist on fresh installations. In fact, the game already did not consider this as an error, so this was a leftover.
This commit is contained in:
parent
a0c31c8a1c
commit
1f81d42305
1 changed files with 0 additions and 4 deletions
|
@ -341,11 +341,7 @@ int moduleWelcomeV1_00
|
|||
welcomeIn->itfVerMajor,welcomeIn->itfVerMinor);
|
||||
|
||||
if (!RobotSettings)
|
||||
{
|
||||
LogSimplix.error("#Robot XML-Path not found: (%s) or (%s) %s\n\n",
|
||||
GetLocalDir(), GetDataDir(), RobPathXMLRel);
|
||||
goto end;
|
||||
}
|
||||
|
||||
LogSimplix.debug("#Robot name: %s\n", RobName);
|
||||
LogSimplix.debug("#Robot directory: %s\n", RobPathDirRel);
|
||||
|
|
Loading…
Reference in a new issue