mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added logs on client
Airplanes are now shown with silhouettes
This commit is contained in:
5
client/public/images/units/listNames.py
Normal file
5
client/public/images/units/listNames.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from os import listdir
|
||||
from os.path import isfile, join
|
||||
onlyfiles = [f for f in listdir(".") if isfile(join(".", f))]
|
||||
|
||||
print(onlyfiles)
|
||||
Reference in New Issue
Block a user