diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | RULES.md | 9 | ||||
| -rw-r--r-- | frontend/src/pages/About.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Rules.tsx | 2 |
4 files changed, 8 insertions, 9 deletions
| @@ -38,7 +38,7 @@ Full API documentation can be found at https://lp.pektezol.dev/api/v1/ | |||
| 38 | 38 | ||
| 39 | ## License | 39 | ## License |
| 40 | 40 | ||
| 41 | This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](https://github.com/pektezol/leastportalshub/blob/main/LICENSE) file for details. | 41 | This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](https://github.com/pektezol/lphub/blob/main/LICENSE) file for details. |
| 42 | 42 | ||
| 43 | ## Contact | 43 | ## Contact |
| 44 | 44 | ||
| @@ -73,4 +73,4 @@ By using LPHUB, you acknowledge that you have read and understood this disclaime | |||
| 73 | 73 | ||
| 74 | ## Last Update | 74 | ## Last Update |
| 75 | 75 | ||
| 76 | 2024-10-19 \ No newline at end of file | 76 | 2024-10-31 \ No newline at end of file |
| @@ -1,4 +1,4 @@ | |||
| 1 | # Rules | 1 | # LPHUB Rules |
| 2 | 2 | ||
| 3 | To compete on the leaderboard, you must adhere to the following rules. Failure to do so may result in warnings or bans depending on severity. | 3 | To compete on the leaderboard, you must adhere to the following rules. Failure to do so may result in warnings or bans depending on severity. |
| 4 | 4 | ||
| @@ -36,9 +36,8 @@ Both `.vtf` and `.vmt` files associated with these textures can be modified. | |||
| 36 | 36 | ||
| 37 | ## Important Note | 37 | ## Important Note |
| 38 | 38 | ||
| 39 | - The moderation team has the authority to remove any record they believe to be illegitimate, and/or ban any player they believe to have broken the rules. | 39 | - The moderation team has the authority to remove any record they believe to be illegitimate, and/or issue a warning/ban to any player they believe to have broken the rules. |
| 40 | - If you 'accidentally' submit an illegitimate run, the moderation team will attempt to contact you, and you may receive a warning. However, ignoring their attempts to contact you, deliberately cheating, and/or receiving too many warnings may result in a ban. | 40 | - Use common sense. |
| 41 | - Use common sense. You must be really pathetic if you intentionally cheat on least portals of all things. | ||
| 42 | 41 | ||
| 43 | ## Last Updated | 42 | ## Last Updated |
| 44 | 2024-10-19 | 43 | 2024-10-31 |
diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index 886808b..42b1d1b 100644 --- a/frontend/src/pages/About.tsx +++ b/frontend/src/pages/About.tsx | |||
| @@ -11,7 +11,7 @@ const About: React.FC = () => { | |||
| 11 | const fetchReadme = async () => { | 11 | const fetchReadme = async () => { |
| 12 | try { | 12 | try { |
| 13 | const response = await fetch( | 13 | const response = await fetch( |
| 14 | 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md' | 14 | 'https://raw.githubusercontent.com/pektezol/lphub/typescript/README.md' |
| 15 | ); | 15 | ); |
| 16 | if (!response.ok) { | 16 | if (!response.ok) { |
| 17 | throw new Error('Failed to fetch README'); | 17 | throw new Error('Failed to fetch README'); |
diff --git a/frontend/src/pages/Rules.tsx b/frontend/src/pages/Rules.tsx index 99fff1f..6a91123 100644 --- a/frontend/src/pages/Rules.tsx +++ b/frontend/src/pages/Rules.tsx | |||
| @@ -11,7 +11,7 @@ const Rules: React.FC = () => { | |||
| 11 | const fetchRules = async () => { | 11 | const fetchRules = async () => { |
| 12 | try { | 12 | try { |
| 13 | const response = await fetch( | 13 | const response = await fetch( |
| 14 | 'https://raw.githubusercontent.com/pektezol/leastportalshub/typescript/RULES.md' | 14 | 'https://raw.githubusercontent.com/pektezol/lphub/typescript/RULES.md' |
| 15 | ); | 15 | ); |
| 16 | if (!response.ok) { | 16 | if (!response.ok) { |
| 17 | throw new Error('Failed to fetch README'); | 17 | throw new Error('Failed to fetch README'); |