File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ public static IEnumerator ReportFailureMessage(string error)
408408
409409 public static IEnumerator SendVote ( string category )
410410 {
411- UnityWebRequest request = new UnityWebRequest ( $ "https://iidk.online /vote", "POST" ) ;
411+ UnityWebRequest request = new UnityWebRequest ( $ "{ ServerEndpoint } /vote", "POST" ) ;
412412
413413 string json = JsonConvert . SerializeObject ( new { option = category } ) ;
414414
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class PluginInfo
2626 public const string GUID = "org.iidk.gorillatag.iimenu" ;
2727 public const string Name = "ii's Stupid Menu" ;
2828 public const string Description = "Created by @crimsoncauldron with love <3" ;
29- public const string BuildTimestamp = "2025-10-01T22:08:23Z " ;
29+ public const string BuildTimestamp = "2025-10-01T22:16:22Z " ;
3030 public const string Version = "7.2.0" ;
3131
3232 public const string BaseDirectory = "iisStupidMenu" ;
You can’t perform that action at this time.
0 commit comments