From ddab98412f3fc47eedfa74f8a4edafd324e59707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 28 Nov 2019 12:30:21 +0100 Subject: Add static_save and prevent UDP connect exhaustions This merges two pull requests from 5.0 --- src/object_properties.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object_properties.h') diff --git a/src/object_properties.h b/src/object_properties.h index 908757a64..9bfe7ea7b 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -54,6 +54,7 @@ struct ObjectProperties std::string infotext; //! For dropped items, this contains item information. std::string wield_item; + bool static_save = true; ObjectProperties(); std::string dump(); -- cgit v1.2.3