mirror of
https://github.com/mapbase-source/mapbase-game-src.git
synced 2025-02-15 08:08:50 +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()
|
|
}
|