mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 03:36:42 +00:00
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:
@ -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>
|
||||
|
@ -36,8 +36,7 @@ public class Votifier extends FreedomService
|
||||
if (player != null)
|
||||
{
|
||||
data = plugin.pl.getData(player);
|
||||
}
|
||||
else
|
||||
} else
|
||||
{
|
||||
data = plugin.pl.getData(name);
|
||||
}
|
||||
|
@ -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 ]
|
Reference in New Issue
Block a user