mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-22 09:11:57 +00:00
I'm an idiot. Fix very dumb crash caused by lazy copypaste when trying to apply fallback state on followers
This commit is contained in:
parent
fb32eafdd4
commit
9a458030c1
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ if (!followers[numfollowers].field) \
|
|||
NOSTATE(hurtstate, "hurtstate");
|
||||
NOSTATE(losestate, "losestate");
|
||||
NOSTATE(winstate, "winstate");
|
||||
NOSTATE(winstate, "hitconfirmstate");
|
||||
NOSTATE(hitconfirmstate, "hitconfirmstate");
|
||||
#undef NOSTATE
|
||||
|
||||
CONS_Printf("Added follower '%s'\n", dname);
|
||||
|
|
Loading…
Reference in a new issue