Skip to content

Commit b92d08a

Browse files
committed
Make suggested changes
1 parent 2b8f134 commit b92d08a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Server/mods/deathmatch/editor.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@
268268
Values: 0 - Off, 1 - Enabled. Default - 1 -->
269269
<resource_client_file_checks>1</resource_client_file_checks>
270270

271+
<!-- This parameter determines that the server checks when the players connect that there are no other players with the same serial number.
272+
Note that this may break compatibility with virtual machines.
273+
Not guarantees that the player cannot manipulate their serial.
274+
Values: 0 - Off, 1 - Enabled. Default - 1 -->
275+
<check_duplicate_serials>1</check_duplicate_serials>
276+
271277
<!-- Specifies the module(s) which are loaded with the server. To load several modules, add more <module>
272278
parameter(s). Optional parameter. -->
273279
<!-- <module src="sample_win32.dll"/> -->

0 commit comments

Comments
 (0)