change line ending crlf -> to lf

This commit is contained in:
otavepto 2024-05-05 01:20:09 +03:00
parent b454628992
commit 2eb964617d
2 changed files with 444 additions and 444 deletions

View File

@ -317,7 +317,7 @@ The networking implementation works like this
---------------------------
-----------------------------------
CALLBACK_ID_GAMESERVER_STATS ---> | &other_fn_1 | &other_fn_1 | ... |
CALLBACK_ID_GAMESERVER_STATS ---> | &other_fn_1 | &other_fn_2 | ... |
-----------------------------------
```