forked from mirror/openmw-tes3mp
[General] Move credits integrity error message to new ErrorMessages file
Additionally, use correct log level for credit integrity message on server.remotes/1728160796594174844/tmp_0.7.0-alpha
parent
0b5cb15f71
commit
72d286473b
@ -0,0 +1,9 @@
|
||||
#ifndef OPENMW_ERRORMESSAGES_HPP
|
||||
#define OPENMW_ERRORMESSAGES_HPP
|
||||
|
||||
#define TES3MP_CREDITS_ERROR ("To respect the hard work that has gone into creating TES3MP, you are\n"\
|
||||
"required to keep an unmodified tes3mp-credits file corresponding to this\n"\
|
||||
"version of the code in the same folder as this executable. It can have either\n"\
|
||||
"an .md or a .txt extension.")
|
||||
|
||||
#endif //OPENMW_ERRORMESSAGES_HPP
|
Loading…
Reference in New Issue