Switch cavlink and nap plugins to use save_dllvar() function for saving SETs

This removes the only module uses of dll_variable, allowing it to be removed from the module
exports.
This commit is contained in:
Kevin Easton
2017-11-06 17:01:36 +11:00
parent 3f047ab2a9
commit fcda7a4d55
3 changed files with 47 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
[Changes 1.2.2]
* Add save_dllvar() function exported to modules. (caf)
* Add save_dllvar() function exported to modules, and switch cavlink
and nap plugins to use it. (caf)
* Shitlist level 3/4 should kick regardless of /CSET KICK_IF_BANNED.
Reported by Ancient. (caf)