Skip to content

Commit

Permalink
0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SantaSpeen committed Jul 20, 2023
1 parent eec7c81 commit 8139cbf
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/core/Client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.tcp_server.py
# Written by: SantaSpeen
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down Expand Up @@ -570,7 +570,7 @@ async def _handle_codes(self, data):
await self._handle_car_codes(data)

case "E": # Client events handler
# TODO: HandleEvent
# TODO: Handle events from client
pass

case "N":
Expand Down
2 changes: 1 addition & 1 deletion src/core/Client.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.tcp_server.py
# Written by: SantaSpeen
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
6 changes: 3 additions & 3 deletions src/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# File core.__init__.py
# Written by: SantaSpeen
# Version 1.3
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
# Special thanks to: AI Sage(https://poe.com/Sage), AI falcon-40b-v7(https://OpenBuddy.ai)

__title__ = 'KuiToi-Server'
__description__ = 'BeamingDrive Multiplayer server compatible with BeamMP clients.'
__url__ = 'https://github.com/kuitoi/kuitoi-Server'
__version__ = '0.4.0'
__build__ = 1469 # Я это считаю лог файлами
__version__ = '0.4.1'
__build__ = 1486 # Я это считаю лог файлами
__author__ = 'SantaSpeen'
__author_email__ = '[email protected]'
__license__ = "FPA"
Expand Down
2 changes: 1 addition & 1 deletion src/core/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.core.py
# Written by: SantaSpeen
# Version: 0.4.0
# Version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/core/core.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.core.pyi
# Written by: SantaSpeen
# Version 0.4.0
# Version 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/core/tcp_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.tcp_server.py
# Written by: SantaSpeen
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/core/tcp_server.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.tcp_server.pyi
# Written by: SantaSpeen
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/core/udp_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.udp_server.py
# Written by: SantaSpeen
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/core/udp_server.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developed by KuiToi Dev
# File core.udp_server.py
# Written by: SantaSpeen
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# File core.utils.py
# Written by: SantaSpeen
# Version 1.1
# Core version: 0.4.0
# Core version: 0.4.1
# Licence: FPA
# (c) kuitoi.su 2023
import datetime
Expand Down

0 comments on commit 8139cbf

Please sign in to comment.