Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaku98 committed May 17, 2022
1 parent 829517e commit a487d34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AboutSave.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion RadarSoft.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Binary file added ~$draft.docx
Binary file not shown.

0 comments on commit a487d34

Please sign in to comment.