From dfe6d62d7658c4dd1b18db98d02176ec80925fd6 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 23 Feb 2020 18:28:30 -0800 Subject: [PATCH] bruh --- src/d_netcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index e044b3be0..2c2f67250 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -1335,8 +1335,8 @@ VaguePartyDescription (int playernum, int *party_sizes, int default_color) sprintf(description, "\x83%s%c and %d others", name, - ( size - 1 ), - default_color + default_color, + ( size - 1 ) ); } else