diff options
Diffstat (limited to '')
-rw-r--r-- | client/mapeditor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mapeditor.html b/client/mapeditor.html index 4fca9de..5df8c38 100644 --- a/client/mapeditor.html +++ b/client/mapeditor.html @@ -16,7 +16,7 @@ <input type="submit" value="Create"/> </form> </div> - <div id="sidebar"> + <div id="sidebar" style="display: none;"> <p>W: Place Wall</p> <p>G: Place Ghost Wall</p> <p>F: Place Food</p> |