Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -623,7 +623,7 @@ namespace Ichni.RhythmGame.Beatmap
|
||||
|
||||
public override GameElement DuplicateBM(GameElement attached)
|
||||
{
|
||||
return FastNoteTracker.GenerateElement(elementName, elementGuid, tags, false, attached);
|
||||
return FastNoteTracker.GenerateElement(elementName, Guid.NewGuid(), tags, false, attached);
|
||||
}
|
||||
|
||||
public override void ExecuteBM()
|
||||
|
||||
Reference in New Issue
Block a user