Přidán build script, předělaná struktura, funkční spouštění serveru z clienta. Client je schopen fungovat po více her bez restartu. Bugfixy
This commit is contained in:
parent
c942d23a87
commit
1a27dd6fab
22 changed files with 269 additions and 136 deletions
5
launch-server.sh
Executable file
5
launch-server.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
while :
|
||||
do
|
||||
bin/Server/net9.0/publish/FNAF_Server
|
||||
echo "Restarting server..."
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue