mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-02-06 23:40:59 +00:00
Fix saves getting blown apart by other commands
This commit is contained in:
parent
248935f57b
commit
48026d780c
1 changed files with 1 additions and 1 deletions
|
@ -4574,7 +4574,7 @@ void SP_target_equip (edict_t *self)
|
||||||
void checkpoint_use (edict_t *self, edict_t *other, edict_t *activator)
|
void checkpoint_use (edict_t *self, edict_t *other, edict_t *activator)
|
||||||
{
|
{
|
||||||
gi.WriteByte (11);
|
gi.WriteByte (11);
|
||||||
gi.WriteString ("save save1");
|
gi.WriteString ("save save1\n");
|
||||||
gi.unicast (self, true);
|
gi.unicast (self, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue