mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Minor
This commit is contained in:
parent
57c918b305
commit
61f92c4c08
@ -4,7 +4,7 @@
|
||||
# Developed by KuiToi Dev
|
||||
# File main.py
|
||||
# Written by: SantaSpeen
|
||||
# Version 1.0
|
||||
# Version 1.1
|
||||
# Licence: FPA
|
||||
# (c) kuitoi.su 2023
|
||||
import argparse
|
||||
@ -12,9 +12,10 @@ import argparse
|
||||
parser = argparse.ArgumentParser(description='KuiToi-Server - BeamingDrive server compatible with BeamMP clients!')
|
||||
parser.add_argument('-v', '--version', action="store_true", help='Print version and exit.', default=False)
|
||||
parser.add_argument('--config', help='Patch to config file.', nargs='?', default=None, type=str)
|
||||
parser.add_argument('--language', help='What localisation need to use.', default="en", type=str)
|
||||
parser.add_argument('--language', help='Setting localisation.', nargs='?', default="en", type=str)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
from core import Core
|
||||
core = Core()
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user