diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-07 02:49:47 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-07 02:49:47 +0000 |
commit | b6a5b5fca9b2315cdf8f26f10f9399b873964c9f (patch) | |
tree | 1ab1bce328c0b9737defb80706c63b8d9cf641f7 /NorthstarDedicatedTest/playlist.cpp | |
parent | 365191707407566841c1e37935619d260a4f67a7 (diff) | |
download | NorthstarLauncher-b6a5b5fca9b2315cdf8f26f10f9399b873964c9f.tar.gz NorthstarLauncher-b6a5b5fca9b2315cdf8f26f10f9399b873964c9f.zip |
early pdiff support and vpk file compilation newline fix
Diffstat (limited to 'NorthstarDedicatedTest/playlist.cpp')
-rw-r--r-- | NorthstarDedicatedTest/playlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/playlist.cpp b/NorthstarDedicatedTest/playlist.cpp index 096f4f3d..1343ed40 100644 --- a/NorthstarDedicatedTest/playlist.cpp +++ b/NorthstarDedicatedTest/playlist.cpp @@ -21,6 +21,7 @@ void SetPlaylistCommand(const CCommand& args) void SetPlaylistVarOverrideCommand(const CCommand& args) { + // this is broken lol if (args.ArgC() < 3) return; |