mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 16:11:37 -04:00
another workaround for script translation messup
This commit is contained in:
parent
057d0913d6
commit
120873a66d
@ -545,7 +545,7 @@ namespace Compiler
|
||||
{
|
||||
return std::isalpha (c) || std::isdigit (c) || c=='_' ||
|
||||
/// \todo disable this when doing more stricter compiling
|
||||
c=='`' ||
|
||||
c=='`' || c=='\'' ||
|
||||
/// \todo disable this when doing more stricter compiling. Also, find out who is
|
||||
/// responsible for allowing it in the first place and meet up with that person in
|
||||
/// a dark alley.
|
||||
|
Loading…
x
Reference in New Issue
Block a user