Keep on trying i guess.

Build has a critical error where sql data is being interpreted incorrectly which is odd considering no sql changes were made.
This commit is contained in:
Paul Reilly
2023-05-03 20:38:51 -05:00
parent 618eb669b2
commit a8a2651fd9
173 changed files with 1226 additions and 1435 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>

View File

@ -36,8 +36,7 @@ public class Votifier extends FreedomService
if (player != null)
{
data = plugin.pl.getData(player);
}
else
} else
{
data = plugin.pl.getData(name);
}

View File

@ -1,6 +1,6 @@
name: TF-Shoppe
main: me.totalfreedom.shop.TFShoppe
version: ${project.version}
authors: [AtlasMediaGroup, TotalFreedom]
authors: [ AtlasMediaGroup, TotalFreedom ]
api-version: 1.19
depend: [TotalFreedomMod]
depend: [ TotalFreedomMod ]