12 lines
318 B
Plaintext
Raw Normal View History

2022-10-26 20:54:37 -05:00
//=============================================================================
//
// Purpose: Mod-specific overrides to VScript on the server.
// Put your own functions below!
//
//=============================================================================
function GetModName()
{
return Mapbase.GetModName()
}