Skip to content

Commit

Permalink
Add Release
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed May 1, 2016
1 parent 5693589 commit 3788fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added release/iServer.exe
Binary file not shown.
7 changes: 3 additions & 4 deletions server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
if not exist data\server\wizard (
echo.
echo Welcome to iServer!
echo Website: https://github.com/iServer-Project
echo Website: https://github.com/iServer-Project
echo.
echo.
goto :setup
#goto :setup
)
TITLE iServer Beta Build #13
echo [INFO] Starting Server on 127.0.0.1:19132
echo [INFO] Loading assets...
ping 192.0.2.2 -n 5 > nul
echo [NOTICE] Level saving not yet implented. Neither is player data saving, closing the server delets everything.
if exist server.conf (
echo [INFO] Loading server.conf files...

Expand Down Expand Up @@ -65,7 +64,7 @@ cd server
type 2 == %RAM%
TITLE iServer [1 THREADS][%memory% / %RAM%]
ping 9.8.7.6:9076 -n 2.0%random%>nul
:setup
#:setup
echo Welcome to iServer!
echo There will be a quick set-up wizard. Would you like to skip it? [y/N]
set /p tmp=""
Expand Down

0 comments on commit 3788fc5

Please sign in to comment.