From 5be773d4f027ac0f00392be80d8cc5dfb67669be Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Sat, 2 Jul 2016 11:35:27 -0400 Subject: More hacking fixes, httpget() lua function. Implements aren-cllc's httpget() lua method. Works perfectly. --- source/WindowsFormsApplication1/Gameplay/HackUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/Gameplay') diff --git a/source/WindowsFormsApplication1/Gameplay/HackUI.cs b/source/WindowsFormsApplication1/Gameplay/HackUI.cs index efafb25..a1c1555 100644 --- a/source/WindowsFormsApplication1/Gameplay/HackUI.cs +++ b/source/WindowsFormsApplication1/Gameplay/HackUI.cs @@ -1168,7 +1168,7 @@ namespace ShiftOS tmrvisualizer.Start(); } - #region ENEMY + #region ENEMY private EnemyHacker ThisEnemyHacker { get; set; } public List AllEnemyComputers = null; public Computer ThisEnemyPC { get; set; } -- cgit v1.2.3