Open Sneaky-Snake10 opened 5 months ago
bro are you dumb just do "python build.py" or "python3 build.py" jesus my guy
The build.py script just tries to run commands like pause, cls to manage the terminal. Again, these don't work on linux. I was suggesting that you create an alternate build.py that doesn't use such commands, The cls() and pause() functions are what I was referencing.
My apologies if this came across as rude.
Oh I’m sorry for being rude ngl I was just really mad that day but I understand
Add a .sh script and a separate server script for Linux and macOS. Upon inspecting the code, there were os.system() calls to Windows-only commands like pause.