Remove got to building action
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
import ActionController from './ActionController';
|
||||
import { Args } from '../Common';
|
||||
import { Task } from '../Storage/TaskQueue';
|
||||
|
||||
export default class GoToBuildingAction extends ActionController {
|
||||
static NAME = 'go_to_building';
|
||||
|
||||
async run(args: Args, task: Task): Promise<any> {
|
||||
window.location.assign('/build.php?id=' + args.id);
|
||||
return null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user