mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 21:47:44 +01:00
Add fixes for scaling and attach points during race changes.
This commit is contained in:
parent
829000f0ee
commit
57e02fc2c7
3 changed files with 89 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ public class Glamourer : IDalamudPlugin
|
|||
_services.GetRequiredService<GlamourerWindowSystem>(); // initialize ui.
|
||||
_services.GetRequiredService<CommandService>(); // initialize commands.
|
||||
_services.GetRequiredService<VisorService>();
|
||||
_services.GetRequiredService<ScalingService>();
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue