mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix local java server imports
This commit is contained in:
parent
d7d27b00c4
commit
199c8a4fe6
@ -331,7 +331,7 @@ class ServerHandler(BaseHandler):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if import_type == "import_jar":
|
if import_type == "import_jar":
|
||||||
if not self.helper.is_subdir(
|
if self.helper.is_subdir(
|
||||||
import_server_path, self.controller.project_root
|
import_server_path, self.controller.project_root
|
||||||
):
|
):
|
||||||
self.redirect(
|
self.redirect(
|
||||||
|
Loading…
Reference in New Issue
Block a user