mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-28 07:25:35 -04:00
Fix messing with TIS-3D manual, closes #1588.
This commit is contained in:
parent
10cd502557
commit
88c1876122
@ -24,7 +24,7 @@ import scala.collection.mutable
|
|||||||
|
|
||||||
object SerialInterfaceProviderAdapter extends SerialInterfaceProvider {
|
object SerialInterfaceProviderAdapter extends SerialInterfaceProvider {
|
||||||
def init(): Unit = {
|
def init(): Unit = {
|
||||||
ManualAPI.addProvider(new ResourceContentProvider(Settings.resourceDomain, "doc/"))
|
ManualAPI.addProvider(new ResourceContentProvider(Settings.resourceDomain, "doc/tis3d/"))
|
||||||
SerialAPI.addProvider(this)
|
SerialAPI.addProvider(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user