fix: remove 's'

pull/3/head
FutureRave 2023-05-03 13:19:40 +01:00
parent 463af4b4c3
commit 1e85688c56
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31
1 changed files with 2 additions and 2 deletions

View File

@ -3851,7 +3851,7 @@ create_dvar( var, val )
=============
///ScriptDocBegin
"Name: setPing()"
"Summary: Does nothing. Added for backwards compatibility"
"Summary: Does nothing. Added for backward compatibility"
"Module: Utility"
"Example: self setPing( 100 );"
"SPMP: multiplayer"
@ -3866,7 +3866,7 @@ setPing()
=============
///ScriptDocBegin
"Name: getPing()"
"Summary: Returns a fixed number. Added for backwards compatibility"
"Summary: Returns a fixed number. Added for backward compatibility"
"Module: Utility"
"Example: self getPing();"
"SPMP: multiplayer"