Core/Refactor: Part 3
This commit is contained in:
@@ -208,7 +208,7 @@ namespace Game
|
||||
return;
|
||||
|
||||
CalendarEvent oldEvent = Global.CalendarMgr.GetEvent(calendarCopyEvent.EventID);
|
||||
if (oldEvent == null)
|
||||
if (oldEvent != null)
|
||||
{
|
||||
CalendarEvent newEvent = new CalendarEvent(oldEvent, Global.CalendarMgr.GetFreeEventId());
|
||||
newEvent.Date = calendarCopyEvent.Date;
|
||||
|
||||
Reference in New Issue
Block a user