mirror of
https://github.com/mapbase-source/mapbase-game-src.git
synced 2025-02-16 08:38:55 +03:00
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
|
//=============================================================================
|
||
|
//
|
||
|
// Purpose: Mod-specific overrides to VScript on the server.
|
||
|
// Put your own functions below!
|
||
|
//
|
||
|
//=============================================================================
|
||
|
|
||
|
function GetModName()
|
||
|
{
|
||
|
return Mapbase.GetModName()
|
||
|
}
|