mirror of
https://github.com/pterodactyl/wings.git
synced 2025-12-11 03:02:08 -06:00
Use the natural panel event names
This commit is contained in:
parent
ed330fa6be
commit
dda7d10d37
@ -13,10 +13,10 @@ import (
|
||||
type Event string
|
||||
type ActivityMeta map[string]interface{}
|
||||
|
||||
const ActivityPowerPrefix = "power_"
|
||||
const ActivityPowerPrefix = "server:power."
|
||||
|
||||
const (
|
||||
ActivityConsoleCommand = Event("console_command")
|
||||
ActivityConsoleCommand = Event("server:console.command")
|
||||
)
|
||||
|
||||
var ipTrimRegex = regexp.MustCompile(`(:\d*)?$`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user