Enable toggling waypoint sending characters
This commit is contained in:
@@ -41,3 +41,7 @@ export function SetDestinationForAll(arg1, arg2, arg3) {
|
||||
export function StartESILogin() {
|
||||
return window['go']['main']['App']['StartESILogin']();
|
||||
}
|
||||
|
||||
export function ToggleCharacterWaypointEnabled(arg1) {
|
||||
return window['go']['main']['App']['ToggleCharacterWaypointEnabled'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user