Skip to content

Commit db51fa9

Browse files
authored
Increase FPS limit in mtaserver.conf to 60 fps (PR #2979)
1 parent cf9c614 commit db51fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Server/mods/deathmatch/mtaserver.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
<filter_duplicate_log_lines>1</filter_duplicate_log_lines>
191191

192192
<!-- Specifies the frame rate limit that will be applied to connecting clients.
193-
Available range: 25 to 32767. Default: 36. You can also use 0 for uncapped fps. -->
194-
<fpslimit>36</fpslimit>
193+
Available range: 25 to 32767. Default: 60. You can also use 0 for uncapped fps. -->
194+
<fpslimit>60</fpslimit>
195195

196196
<!-- This parameter specifies whether or not to enable player voice chat in-game
197197
Values: 0 - disabled , 1 - enabled -->

0 commit comments

Comments
 (0)