Changeset 1910 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Oct 12, 2008, 8:57:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSServer.cc
r1907 r1910 83 83 this->server_->close(); 84 84 delete this->server_; 85 Settings::_getInstance().bHasServer_ = false;86 85 87 86 GSLevel::leave(); 87 88 Settings::_getInstance().bHasServer_ = false; 88 89 } 89 90
Note: See TracChangeset
for help on using the changeset viewer.