mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-10 07:45:05 -04:00
Fix messing with TIS-3D manual, closes #1588.
This commit is contained in:
parent
b8b6d5329e
commit
d60f6743fd
@ -25,7 +25,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