Changeset 286 for binary-improvements/MapRendering/Web
- Timestamp:
- Jul 4, 2016, 10:11:51 AM (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  binary-improvements/MapRendering/Web/Web.cs (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      binary-improvements/MapRendering/Web/Web.csr282 r286 156 156 cookie.Secure = false; 157 157 response.AppendCookie (cookie); 158 } 159 160 // No game yet -> fail request 161 if (GameManager.Instance.World == null) { 162 response.StatusCode = (int)HttpStatusCode.ServiceUnavailable; 163 return; 158 164 } 159 165 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
