mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 14:31:50 +00:00
allow spaces in script extensions setting
This commit is contained in:
parent
89ad4527f3
commit
e3cf7beeea
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ namespace CodeImp.DoomBuilder.Config
|
|||
|
||||
// Make extensions array
|
||||
extensions = extensionsstring.Split(',');
|
||||
for(int i = 0; i < extensions.Length; i++) extensions[i] = extensions[i].Trim();
|
||||
|
||||
// Load keywords
|
||||
dic = cfg.ReadSetting("keywords", new Hashtable());
|
||||
|
|
Loading…
Reference in a new issue