diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-02 11:35:27 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-02 11:35:27 -0400 |
| commit | 5be773d4f027ac0f00392be80d8cc5dfb67669be (patch) | |
| tree | 83ca50f00ba1c05bcc46e5ed44b20d6c1cb55462 /source/WindowsFormsApplication1/Gameplay/HackUI.cs | |
| parent | 20fcece26d3c54d87dd3c66702b71d5c13f05199 (diff) | |
| download | shiftos-c-_theultimatehacker-5be773d4f027ac0f00392be80d8cc5dfb67669be.tar.gz shiftos-c-_theultimatehacker-5be773d4f027ac0f00392be80d8cc5dfb67669be.tar.bz2 shiftos-c-_theultimatehacker-5be773d4f027ac0f00392be80d8cc5dfb67669be.zip | |
More hacking fixes, httpget() lua function.
Implements aren-cllc's httpget() lua method. Works perfectly.
Diffstat (limited to 'source/WindowsFormsApplication1/Gameplay/HackUI.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Gameplay/HackUI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Computer> AllEnemyComputers = null; public Computer ThisEnemyPC { get; set; } |
