mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-11 11:48:04 -05:00
Add sounds for mechz and brutus and fix scripts for the normal maps.
This commit is contained in:
@ -31,6 +31,10 @@ precache_fx()
|
||||
|
||||
main()
|
||||
{
|
||||
if ( getDvar( "mapname" ) == "zm_buried" && getDvar( "g_gametype" ) == "zclassic" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
precache_fx();
|
||||
register_client_fields();
|
||||
}
|
||||
|
Reference in New Issue
Block a user