Skip to content
Success

Changes

Summary

  1. Server.c: Create BanList.txt if it doesnt exist (commit: 61cbaf8) (details)
  2. Server.c: Close the file before exiting function (commit: 31a3b17) (details)
Commit 61cbaf8cc1861a49e2243b4e637c1d56dc9bd38e by 16738302+Haxk20
Server.c: Create BanList.txt if it doesnt exist

Previously we would just exit with failure.
This is not needed and we can simply create this file
(commit: 61cbaf8)
The file was modified Source/Server.c (diff)
Commit 31a3b17f6cd4542fc4a3f312155f86770c91d015 by 16738302+Haxk20
Server.c: Close the file before exiting function
(commit: 31a3b17)
The file was modified Source/Server.c (diff)