diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-26 21:41:24 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-26 21:41:24 +0100 |
commit | add54d0e2b68e88f3f0b705cbf274b2d4426125b (patch) | |
tree | 80990c119cfd9e634ecd5ff564a249f6e7d1612d /src/sst.c | |
parent | b60b92ec6d6fd3117bee3acd06877ea435367d3a (diff) |
Add the one update note to release again, alreadyv0.8-BETA
Diffstat (limited to 'src/sst.c')
-rw-r--r-- | src/sst.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -267,7 +267,7 @@ static bool already_loaded = false, skip_unload = false; // auto-update message. see below in do_featureinit() static const char *updatenotes = "\ -* More behind-the-scenes code changes, as always\n\ +* Fixed L4D series warp testing (sst_l4d_testwarp) broken by last update\n\ "; #include <featureinit.gen.h> // generated by build/codegen.c |