projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc4130
)
fix workshop thing
author
hgn
<hgodden00@gmail.com>
Sun, 13 Aug 2023 13:13:43 +0000
(14:13 +0100)
committer
hgn
<hgodden00@gmail.com>
Sun, 13 Aug 2023 13:13:43 +0000
(14:13 +0100)
workshop.c
patch
|
blob
|
history
diff --git
a/workshop.c
b/workshop.c
index b0c8da6e1e19de2b14808b57fc2ca5e1c5eabafe..6b7416f5af00e178c0b93ef7cda55e276cb440a1 100644
(file)
--- a/
workshop.c
+++ b/
workshop.c
@@
-156,7
+156,7
@@
VG_STATIC const char *workshop_filetype_folder(void){
enum addon_type type = workshop_form.submission.type;
if ( type == k_addon_type_board ) return "boards/";
else if( type == k_addon_type_player ) return "playermodels/";
- else if( type == k_addon_type_world ) return "
world
s/";
+ else if( type == k_addon_type_world ) return "
map
s/";
return "unknown_addon_type/";
}