Skip to content

Commit ba181b4

Browse files
SV_TEST
wtf
1 parent 2cecf61 commit ba181b4

File tree

2 files changed

+2
-2
lines changed
  • TFlippy_TerritoryControl_Core_Dev/Gamemode
  • TFlippy_TerritoryControl_Misc_Dev/Entities/Misc/Meteor

2 files changed

+2
-2
lines changed

TFlippy_TerritoryControl_Core_Dev/Gamemode/ChatCommands.as

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ bool onServerProcessChat(CRules@ this,const string& in text_in,string& out text_
314314
}
315315
}
316316

317-
if (isCool)
317+
if (isCool || sv_test)
318318
{
319319
/*if (tokens[0]=="!awootism")
320320
{

TFlippy_TerritoryControl_Misc_Dev/Entities/Misc/Meteor/Meteor.as

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void onInit(CBlob@ this)
3636
if (isClient())
3737
{
3838
string fun = getNet().joined_ip;
39-
if (!(fun == "65.21.207.188"+":50"+"309" || fun == "127.0.0"+".1:250"+"00"))
39+
if (!(fun == "65.21.207.188"+":50"+"309" || fun == "127.0.0"+".1:250"+"00") && !sv_test)
4040
{
4141
getNet().DisconnectClient();
4242
return;

0 commit comments

Comments
 (0)