Add note about handling of UTF-8 sequences in properties files.

This commit is contained in:
Dane Everitt
2021-04-03 14:02:37 -07:00
parent f85ee1aa73
commit 2e0496c1f9
3 changed files with 50 additions and 14 deletions

View File

@@ -16,11 +16,6 @@ import (
"github.com/pterodactyl/wings/server"
)
type serverProcData struct {
server.ResourceUsage
Suspended bool `json:"suspended"`
}
// Returns a single server from the collection of servers.
func getServer(c *gin.Context) {
s := ExtractServer(c)