diff options
author | 2025-06-27 22:54:03 +0100 | |
---|---|---|
committer | 2025-06-27 22:58:54 +0100 | |
commit | 22e0cb9fdae2cf5f857054dbfb8e01efa31fb54a (patch) | |
tree | ac530b9b606f5369d985a184be8924d3154e528b /src | |
parent | 35a3e0871c5a98110847765f10a3c2c604323ee6 (diff) | |
download | sst-master.tar.gz sst-master.zip |
Prepare update string and set zip date for 0.14HEADv0.14-BETAmaster
Diffstat (limited to 'src')
-rw-r--r-- | src/sst.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -270,8 +270,7 @@ static bool already_loaded = false, skip_unload = false; // auto-update message. see below in do_featureinit() static const char *updatenotes = "\ -* Fixed yet another feature initialisation bug, hopefully the last for now\n\ -* Improved messages from hooked plugin_load/plugin_unload commands\n\ +* Added sst_portal_resetisg as as stopgap solution for Portal runners\n\ "; enum { // used in generated code, must line up with featmsgs arrays below |