mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
Disable localPlayer for the time being.
This commit is contained in:
parent
17c1febabc
commit
f0cf722996
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ namespace Dalamud.Game.Internal.Gui {
|
||||||
|
|
||||||
// TODO: this is currently broken
|
// TODO: this is currently broken
|
||||||
// As it stands, don't rely on localCharacter.level for anything.
|
// As it stands, don't rely on localCharacter.level for anything.
|
||||||
var localPlayer = this.dalamud.ClientState.LocalPlayer;
|
//var localPlayer = this.dalamud.ClientState.LocalPlayer;
|
||||||
|
|
||||||
// Don't clutter the spaghetti any worse than it already is.
|
// Don't clutter the spaghetti any worse than it already is.
|
||||||
var lastMove = Marshal.ReadInt32(this.lastComboMove);
|
var lastMove = Marshal.ReadInt32(this.lastComboMove);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue