mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 07:33:22 +00:00
L4D2Tools: Remove debug line
This commit is contained in:
parent
e0e61418db
commit
3ab5838a63
2 changed files with 0 additions and 2 deletions
Binary file not shown.
|
@ -319,7 +319,6 @@ public void OnSceneStageChanged(int scene, SceneStages stage) {
|
||||||
if(StrContains(sceneFile, "scenes/mechanic/dlc1_c6m1_initialmeeting") > -1 || StrEqual(sceneFile, "scenes/teengirl/dlc1_c6m1_initialmeeting07.vcd")) {
|
if(StrContains(sceneFile, "scenes/mechanic/dlc1_c6m1_initialmeeting") > -1 || StrEqual(sceneFile, "scenes/teengirl/dlc1_c6m1_initialmeeting07.vcd")) {
|
||||||
CancelScene(scene);
|
CancelScene(scene);
|
||||||
}else if(StrEqual(sceneFile, "scenes/teengirl/dlc1_c6m1_initialmeeting13.vcd") && activator == 0) {
|
}else if(StrEqual(sceneFile, "scenes/teengirl/dlc1_c6m1_initialmeeting13.vcd") && activator == 0) {
|
||||||
PrintToChatAll("activator = %d", activator);
|
|
||||||
CancelScene(scene);
|
CancelScene(scene);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -360,7 +359,6 @@ public void EntityOutput_OnStartTouchSaferoom(const char[] output, int caller, i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Action Timer_TPBots(Handle timer, int user) {
|
public Action Timer_TPBots(Handle timer, int user) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue