mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Added announce checkver fail
This commit is contained in:
parent
0b6dfc4899
commit
84bd1ff53a
1 changed files with 4 additions and 1 deletions
|
|
@ -95,7 +95,10 @@ package checkver
|
||||||
if (!%client.t2csri_sentComCertDone)
|
if (!%client.t2csri_sentComCertDone)
|
||||||
{
|
{
|
||||||
if($Host::TournamentMode && %client.team !$= 0) //Added -ChocoTaco
|
if($Host::TournamentMode && %client.team !$= 0) //Added -ChocoTaco
|
||||||
|
{
|
||||||
serverCmdClientMakeObserver( %client );
|
serverCmdClientMakeObserver( %client );
|
||||||
|
messageAll('', '\cr%1 has failed the Tribesnext version check.', %client.name);
|
||||||
|
}
|
||||||
checkVer_showBanner(%client);
|
checkVer_showBanner(%client);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue