stripper-configs/maps/ze_minecraft_journey_v1_test_2.cfg

23 lines
965 B
INI

;==============================================================================================
;---------------------------------------------------------------------------------------------
; Stripper made by Hobbitten
; Contact me if something is broken
; Steam: https://steamcommunity.com/profiles/76561198013974519/
; Discord: _hobbitten
;---------------------------------------------------------------------------------------------
;==============================================================================================
;----------------------------------------------------------------------------------
; Fixes an issue for the first boat not having the teleport inside the template
;----------------------------------------------------------------------------------
modify:
{
match:
{
"targetname" "zm_boat_1_escape_scene_template"
"classname" "point_template"
}
insert:
{
"Template06" "zm_boat_ecsape_teleport"
}
}