mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-23 14:06:57 +00:00
find the original shaderlist properly
This commit is contained in:
parent
458169edbb
commit
1de9183d89
@ -180,7 +180,7 @@ for my $m(@{$options->{maps}})
|
||||
{
|
||||
my $previous_shaderlist = undef;
|
||||
my $shaderlist = "";
|
||||
if(open my $fh, "<", "$XONOTICDIR/data/xonotic-maps.pk3dir/scripts/shaderlist.txt")
|
||||
if(open my $fh, "<", "$XONOTICDIR/data/scripts/shaderlist.txt")
|
||||
{
|
||||
while(<$fh>)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user