mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #291] [MERGED] Make ::update automatically restart server as well #6648
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/291
Author: @dginovker
Created: 12/13/2019
Status: ✅ Merged
Merged: 12/16/2019
Merged by: @dginovker
Base:
master← Head:update_autorestart📝 Commits (1)
7c3f564Make ::update automatically restart server as well📊 Changes
2 files changed (+5 additions, -1 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/GameEngine.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java(+4 -0)📄 Description
Previously, you had to run
::updateand then I had to kill the server. This makes::updatealso turnshutdownServerto True, which kills the server.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.