Changeset 434 for binary-improvements2/MapRendering
- Timestamp:
- May 17, 2023, 11:05:59 PM (18 months ago)
- Location:
- binary-improvements2/MapRendering
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/ModInfo.xml
r432 r434 5 5 <Description value="Render the game map to image map tiles as it is uncovered" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="21.0.28 0.0" />7 <Version value="21.0.288.0" /> 8 8 <Website value="" /> 9 9 </xml> -
binary-improvements2/MapRendering/src/Api/Map.cs
r426 r434 24 24 break; 25 25 default: 26 SendE rrorResult(_context, HttpStatusCode.NotImplemented, _errorCode: "INVALID_ID");26 SendEmptyResponse (_context, HttpStatusCode.NotImplemented, _errorCode: "INVALID_ID"); 27 27 return; 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.