(svn r1184) -Fix: [Network] %p as chat message no longer gives funny result (tnx to

GeniusDex (that makes 10 ;)))
pull/155/head
truelight 20 years ago
parent 0bfed53a48
commit 4c80a8209b

@ -157,8 +157,8 @@ void CDECL NetworkTextMessage(NetworkAction action, uint16 color, bool self_send
break;
}
IConsolePrintF(color, message);
AddTextMessage(color, duration, message);
IConsolePrintF(color, "%s", message);
AddTextMessage(color, duration, "%s", message);
}
// Calculate the frame-lag of a client

Loading…
Cancel
Save