forked from UNLOZE/sm-plugins
forgot updating port
This commit is contained in:
@@ -82,7 +82,7 @@ public void SQL_OnDatabaseConnect(Database db, const char[] error, any data)
|
|||||||
public void OnMapStart()
|
public void OnMapStart()
|
||||||
{
|
{
|
||||||
int i_port = GetConVarInt(FindConVar("hostport"));
|
int i_port = GetConVarInt(FindConVar("hostport"));
|
||||||
if (i_port != 27019)
|
if (i_port != 27015)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -165,7 +165,7 @@ public void SQL_FinishedQuerySelectMaps(Database db, DBResultSet results, const
|
|||||||
public void OnMapEnd()
|
public void OnMapEnd()
|
||||||
{
|
{
|
||||||
int i_port = GetConVarInt(FindConVar("hostport"));
|
int i_port = GetConVarInt(FindConVar("hostport"));
|
||||||
if (i_port != 27019)
|
if (i_port != 27015)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user