Fix saves getting blown apart by other commands

This commit is contained in:
Ethan Lee 2021-10-26 15:33:55 -04:00
parent 248935f57b
commit 48026d780c

View file

@ -4574,7 +4574,7 @@ void SP_target_equip (edict_t *self)
void checkpoint_use (edict_t *self, edict_t *other, edict_t *activator)
{
gi.WriteByte (11);
gi.WriteString ("save save1");
gi.WriteString ("save save1\n");
gi.unicast (self, true);
}