Implement FDB Checksum

- Added config option `check_fdb`
- Added check in WorldServer.cpp
- Added raw MD5 function in MD5.cpp and MD5.h
This commit is contained in:
Jett
2021-12-12 03:41:11 +00:00
parent 180db5dea5
commit 49c1cb3aff
4 changed files with 36 additions and 0 deletions

View File

@@ -47,3 +47,6 @@ solo_racing=0
# Disables the anti-speedhack system. If you get kicked randomly you might want to disable this, as it might just be lag
disable_anti_speedhack=0
# 0 or 1, check server fdb (res/CDServer.fdb) against clients
check_fdb=0