forked from metin2/server
1
0
Fork 0

fix config comment

This commit is contained in:
Tr0n 2024-04-06 18:04:29 +02:00
parent eafbee616f
commit 68c7c4bc4f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ WORD teen_port = 0;
BYTE g_bChannel = 0;
int passes_per_sec = 25;
int save_event_second_cycle = passes_per_sec * 120; // 3<EFBFBD><EFBFBD>
int save_event_second_cycle = passes_per_sec * 120; // 3
int ping_event_second_cycle = passes_per_sec * 60;
bool g_bNoMoreClient = false;
bool g_bNoRegen = false;