mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Some further small Glamourer changes, increment versioning of gamedata stuff.
This commit is contained in:
parent
0fb9e77c3c
commit
62f71df28c
10 changed files with 39 additions and 11 deletions
|
|
@ -48,7 +48,7 @@ public sealed partial class ActorManager : IDisposable
|
|||
public IReadOnlyDictionary<uint, string> ENpcs { get; }
|
||||
|
||||
public ActorManagerData(DalamudPluginInterface pluginInterface, DataManager gameData, ClientLanguage language)
|
||||
: base(pluginInterface, language, 1)
|
||||
: base(pluginInterface, language, 2)
|
||||
{
|
||||
var worldTask = TryCatchDataAsync("Worlds", CreateWorldData(gameData));
|
||||
var mountsTask = TryCatchDataAsync("Mounts", CreateMountData(gameData));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue