From 735a095ced53f85f9d35b38e50a2679dff899024 Mon Sep 17 00:00:00 2001 From: garak Date: Tue, 7 Sep 2021 14:06:43 -0400 Subject: [PATCH] fix pasted event id issue --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 26980d8d..d0d73935 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1588,7 +1588,6 @@ void MainWindow::paste() { } pasteEvent->put("map_name", editor->map->name); - editor->map->addEvent(pasteEvent); newEvents.append(pasteEvent); }