Improved map rendering, shops, light bugfix, junction boxes wont break as easily
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Subsurface
|
||||
//Constructor = constructor;
|
||||
|
||||
|
||||
Constructor = type.GetConstructor(new Type[] { typeof(GameModePreset) });
|
||||
Constructor = type.GetConstructor(new Type[] { typeof(GameModePreset)});
|
||||
|
||||
IsSinglePlayer = isSinglePlayer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user