Misc. response system code cleanup/QOL changes

This commit is contained in:
Blixibon
2021-03-18 00:34:31 -05:00
parent a05503e42b
commit 8bcb6263f5
3 changed files with 16 additions and 1 deletions

View File

@@ -1078,7 +1078,6 @@ public:
const Rule &rule = rs.m_RulePartitions[ idx ];
bool bEnabled = rule.m_bEnabled;
Msg( "%s: %i\n", rs.m_RulePartitions.GetElementName( idx ), idx );
pSave->WriteBool( &bEnabled );
pSave->EndBlock();