1. Not 100% sure where to post this, but hopefully it's okay here.

    Documentation (Oxide API for Rust) still reads:
    Code:
    object CanHideStash(StashContainer stash, BasePlayer player)
    when it should be:
    Code:
    object CanHideStash(BasePlayer player, StashContainer stash)
     
  2. Wulf

    Wulf Community Admin

    Fixed, thanks.