mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
790c1cc0aa
This way new players will get DDNet directory, old ones can switch directory if they want, or keep using the old one. If we ever enforce a switch in a future version, this will make it easier since older DDNet versions will also support the DDNet directory already.
6 lines
111 B
Batchfile
6 lines
111 B
Batchfile
if exist %APPDATA%\DDNet\ (
|
|
@start explorer %APPDATA%\DDNet\
|
|
) else (
|
|
@start explorer %APPDATA%\Teeworlds\
|
|
)
|