mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated ModPreprocessorDefine.csx
This commit is contained in:
parent
f73581a8db
commit
777cc951a8
2
.github/ModPreprocessorDefine.csx
vendored
2
.github/ModPreprocessorDefine.csx
vendored
@ -74,7 +74,7 @@ string AppendNewEntry(string input, string versionNumber)
|
||||
|
||||
// Insert the comma and new entry into the "defines" HashSet
|
||||
input = input.Remove(definesEndIndex - 2, 2); // Remove the trailing "};"
|
||||
input = input.Insert(definesEndIndex - 2, $",\n{newEntry}\n{indentation}};");
|
||||
input = input.Insert(definesEndIndex - 2, $",\n{newEntry}\n{indentation}}};");
|
||||
|
||||
return input;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user