fix: add back epic function

pull/3/head
FutureRave 2023-05-03 11:57:36 +01:00
parent 52f18f9c5d
commit fe5deac41e
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31
1 changed files with 15 additions and 0 deletions

View File

@ -3847,6 +3847,21 @@ create_dvar( var, val )
SetDvarIfUninitialized( var, val );
}
/*
=============
///ScriptDocBegin
"Name: getPing()"
"Summary: Returns a fixed number for backwards compatibility"
"Module: Utility"
"Example: self getPing();"
"SPMP: multiplayer"
///ScriptDocEnd
=============
*/
getPing()
{
return 1;
}
void()
{