blob: 80ed2cff7df25c6b3f0dc727bf5cd8a597a45a89 [file] [log] [blame] [raw]
package li.cil.oc.integration.util
object Waila {
def isSavingForTooltip = new Exception().getStackTrace.exists(_.getClassName.startsWith("mcp.mobius.waila"))
}