diff --git a/AboutSave.py b/AboutSave.py index c13d196..844b77c 100644 --- a/AboutSave.py +++ b/AboutSave.py @@ -1,5 +1,5 @@ filepath1 = 'D:\\Unreal Projects\\FlyProject2\\about.txt' -filepath2 = 'D:\\Unreal Projects\\Packed\\FlyProject\\FlyProject\\about.txt' +filepath2 = 'D:\\Unreal Projects\\AplikacjaGotowa\\WindowsNoEditor\\FlyProject\\about.txt' f1 = open(filepath1, "w") f2 = open(filepath2, "w") diff --git a/RadarSoft.py b/RadarSoft.py index 88adc45..5f51e28 100644 --- a/RadarSoft.py +++ b/RadarSoft.py @@ -688,7 +688,7 @@ def drawLastRoam(i): # Receive decoded message message = myUDP.receive() - + print(message) # Implementation of the variable from the message altPawn = message[0] distFriend, aziFriend, eleFriend = message[1], message[2], message[3] diff --git a/~$draft.docx b/~$draft.docx new file mode 100644 index 0000000..2bbe516 Binary files /dev/null and b/~$draft.docx differ