finished the implementation

This commit is contained in:
dannuic
2026-04-27 19:13:20 -06:00
parent d16c1b2483
commit c384ef6215
9 changed files with 33 additions and 176 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ struct Buffs_Struct {
int32 virus_spread_time; //time till next attempted viral spread
bool persistant_buff;
bool client; //True if the caster is a client
bool UpdateClient;
bool UpdateClient; // This is for legacy client support only. Newer clients take refresh packets for the entire buff list
// cereal
template<class Archive>