mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-01-17 00:05:17 -05:00
Like harvesters, houses feature the construction pylons now when placing a structure. Partially fixing #840
7 lines
80 B
Python
7 lines
80 B
Python
import sys
|
|
import time
|
|
|
|
def buildConstructor(core):
|
|
time.sleep(10)
|
|
return
|
|
|