View Single Post
ClassicGuzzi
Veteran Member
Join Date: Oct 2013
Location: Argentina
Old 02-19-2015 , 14:38   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1334

For some reason, on linux, the stripper is deleting everything on the map, here is my config:

PHP Code:
modify:
{
    
match:
    {
    
"classname" "tf_logic_koth"
    
}
    
replace:
    {
    
"classname" "tf_logic_arena"
    
}
}
modify:
{
    
match:
    {
    
"classname" "team_control_point_master"
    
}
    
replace:
    {
    
"classname" "tf_logic_arena"
    
}

The worst part is that on my test windows server it works without any problems.

EDIT: Nervermind, installing the lastest snapshot solved the problem

Last edited by ClassicGuzzi; 02-19-2015 at 20:24.
ClassicGuzzi is offline