Skip to content

Mod-created CVars are now destroyed when using the "restart" CCMD

Adam Kaminski requested to merge topic/default/restart-mod-cvars into branch/default

Any CVars created by mods weren't destroyed when the restart CCMD was executed, so if file(s) with custom CVars were reloaded, Zandronum would throw a fatal error telling the user that the CVars already exist. This especially makes the internal server browser unusable since it uses this CCMD. Transplanting the changeset from GZDoom was very easy.

Merge request reports