Corrected "Epoch_ServerVersion" variable

This commit is contained in:
He-Man 2017-09-02 16:56:18 +02:00 committed by GitHub
parent e6912a55bd
commit eb3b86dfad

View File

@ -559,7 +559,7 @@ class FSM
{ {
name = "ERROR_Wrong_Server"; name = "ERROR_Wrong_Server";
itemno = 25; itemno = 25;
init = /*%FSM<STATEINIT""">*/"_msg = format[""Server and Client running with different Version! (You: %1 // Server: %2)"",getText(configFile >> ""CfgMods"" >> ""Epoch"" >> ""version""),_serverVersion];" \n init = /*%FSM<STATEINIT""">*/"_msg = format[""Server and Client running with different Version! (You: %1 // Server: %2)"",getText(configFile >> ""CfgMods"" >> ""Epoch"" >> ""version""),Epoch_ServerVersion];" \n
"_msg call Epoch_updateLoadingScreen;" \n "_msg call Epoch_updateLoadingScreen;" \n
"diag_log _msg;" \n "diag_log _msg;" \n
"" \n "" \n
@ -1444,4 +1444,4 @@ class FSM
"Reject_without_B", "Reject_without_B",
}; };
}; };
/*%FSM</COMPILE>*/ /*%FSM</COMPILE>*/