diff options
| author | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
| commit | 875698963306e73b9ebb13401b73934835b9e2f5 (patch) | |
| tree | 964846453f47f777d51e99503a4a5f80377d0e09 /ShiftOS.WinForms/Applications/MUDControlCentre.cs | |
| parent | d1469e5f6b9ce90f30e25bf5b0032d8a92309855 (diff) | |
| parent | e2284a7bc577aa78f1d22c8134b651fcb00147a0 (diff) | |
| download | shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.gz shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.bz2 shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/Applications/MUDControlCentre.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/MUDControlCentre.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/MUDControlCentre.cs b/ShiftOS.WinForms/Applications/MUDControlCentre.cs index 6426562..02fe868 100644 --- a/ShiftOS.WinForms/Applications/MUDControlCentre.cs +++ b/ShiftOS.WinForms/Applications/MUDControlCentre.cs @@ -243,8 +243,7 @@ namespace ShiftOS.WinForms.Applications } private Shop editingShop = null; - private string editingShopOldName = ""; - + public void ShowCreateShop() { this.Invoke(new Action(() => |
