5 lines
62 B
Batchfile
Raw Permalink Normal View History

2025-09-06 17:17:39 +04:00
@echo off
java -cp SiegeWorldsServer.jar server.Server
PAUSE