soda3x / ArmaReforgerServerTool

Arma Reforger Dedicated Server Tool for Windows
GNU General Public License v3.0
27 stars 9 forks source link

Move server configuration parameter limits to constants #80

Closed soda3x closed 3 days ago

soda3x commented 1 month ago

Currently when using "Default" objects, parameter bounds are not respected. These bounds should be added to a Constants static class and these Default objects should use the parameter minimums.

soda3x commented 1 month ago

The server parameter GUI elements can then also use these

soda3x commented 3 days ago

Implemented by @twicerain