Determine all additional functions to disable when sim
feature is enabled
#508
Labels
C-unimplemented
Feature that exists in Screeps, but that is yet unavailable in our API.
See #507 (comment) and following conversation - we should investigate what endpoints cause panics in sim and should be disabled when the
sim
feature is on, and give them a#[cfg(not(feature="sim"))]
.The text was updated successfully, but these errors were encountered: