Move to event loop, prettify warps, add delay to warp with damage counter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,2 +1,12 @@
|
||||
#!/bin/sh
|
||||
/usr/bin/sleeper -dir ${SERVER_PATH:-/data}
|
||||
if [ -z "$SERVER_PATH" ]; then
|
||||
SERVER_PATH="/data"
|
||||
fi
|
||||
|
||||
SCRIPT_PATH="$SERVER_PATH/scripts"
|
||||
|
||||
if [ -d "/scripts" ]; then
|
||||
SCRIPT_PATH="/scripts"
|
||||
fi
|
||||
|
||||
/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH
|
Reference in New Issue
Block a user