Changeset 1903 for code/branches/network/src/orxonox/gamestates
- Timestamp:
- Oct 12, 2008, 1:46:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/gamestates/GSServer.cc
r1902 r1903 78 78 79 79 // TODO: Remove and destroy console command 80 Settings::_getInstance().bHasServer_ = false;81 80 82 81 this->unloadLevel(); … … 84 83 this->server_->close(); 85 84 delete this->server_; 85 Settings::_getInstance().bHasServer_ = false; 86 86 87 87 GSLevel::leave();
Note: See TracChangeset
for help on using the changeset viewer.