summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 408d21c)
raw | patch | inline | side by side (parent: 408d21c)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 8 Feb 2020 23:49:47 +0000 (02:49 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 8 Feb 2020 23:49:47 +0000 (02:49 +0300) |
src/game/g_game.pas | patch | blob | history |
diff --git a/src/game/g_game.pas b/src/game/g_game.pas
index 23c09434500a78b91de1423888484296164d8a95..cf87c940dd9abc81ef4e179bcba5259f7a86c42c 100644 (file)
--- a/src/game/g_game.pas
+++ b/src/game/g_game.pas
// Ñòàðòóåì ñåðâåð
if not g_Net_Host(IPAddr, Port, NetMaxClients) then
begin
- g_FatalError(_lc[I_NET_MSG] + _lc[I_NET_ERR_HOST]);
+ g_FatalError(_lc[I_NET_MSG] + Format(_lc[I_NET_ERR_HOST], [Port]));
Exit;
end;