We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2585 commit ab13796Copy full SHA for ab13796
Lifestream/Data/CustomAliasCommand.cs
@@ -324,7 +324,7 @@ public unsafe bool CanExecute(out string error)
324
}
325
else if(this.Kind == CustomAliasKind.Change_world)
326
{
327
- if(!S.Data.DataStore.Worlds.Contains(ExcelWorldHelper.GetName(this.World)) && !S.Data.DataStore.Worlds.Contains(ExcelWorldHelper.GetName(this.World)))
+ if(!S.Data.DataStore.Worlds.Contains(ExcelWorldHelper.GetName(this.World)) && !S.Data.DataStore.DCWorlds.Contains(ExcelWorldHelper.GetName(this.World)))
328
329
error = $"Can not visit {ExcelWorldHelper.GetName(this.World)} from {Player.CurrentWorld}";
330
return false;
0 commit comments