mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 18:29:12 +00:00
Merge branch 'master' of https://github.com/badvision/lawless-legends
This commit is contained in:
commit
962f130b40
@ -190,6 +190,8 @@ public class MapEditorTabControllerImpl extends MapEditorTabController {
|
||||
} else {
|
||||
try {
|
||||
Script script = TransferHelper.cloneObject(source, Script.class, "script");
|
||||
script.getLocationTrigger().clear();
|
||||
script.getIntervalTrigger().clear();
|
||||
script.setName(source.getName() + " CLONE");
|
||||
getCurrentEditor().addScript(script);
|
||||
editScript(script, getCurrentMap());
|
||||
|
Loading…
x
Reference in New Issue
Block a user